Skip to content

Commit

Permalink
MythNews small context change
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Riendeau committed Jul 15, 2012
1 parent 572e1cb commit 39adcf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythplugins/mythnews/mythnews/mythnews.cpp
Expand Up @@ -700,7 +700,7 @@ bool MythNews::getHttpFile(const QString &sFilename, const QString &cmdURL)
QString hostname;
QString fileUrl = cmdURL;

createProgress(QObject::tr("Downloading media..."));
createProgress(tr("Downloading media..."));
while (1)
{
QUrl qurl(fileUrl);
Expand Down

0 comments on commit 39adcf8

Please sign in to comment.