Skip to content

Commit

Permalink
More translation conext changes...
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Riendeau committed Jul 14, 2013
1 parent 4434906 commit 70bdd37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mythtv/libs/libmythtv/mythplayer.cpp
Expand Up @@ -5108,7 +5108,7 @@ void MythPlayer::JumpToStream(const QString &stream)
{
LOG(VB_GENERAL, LOG_ERR, LOC + "JumpToStream buffer OpenFile failed");
SetEof(kEofStateImmediate);
SetErrored(QObject::tr("Error opening remote stream buffer"));
SetErrored(tr("Error opening remote stream buffer"));
return;
}

Expand All @@ -5121,7 +5121,7 @@ void MythPlayer::JumpToStream(const QString &stream)
{
LOG(VB_GENERAL, LOG_ERR, LOC + "JumpToStream OpenFile failed.");
SetEof(kEofStateImmediate);
SetErrored(QObject::tr("Error opening remote stream"));
SetErrored(tr("Error opening remote stream"));
return;
}

Expand Down

0 comments on commit 70bdd37

Please sign in to comment.