Crowdin: Gui/NetworkRetriever.cpp superfluous whitespace fix
This commit is contained in:
@@ -118,7 +118,7 @@ void NetworkRetriever::testFailure()
|
||||
if ( wget->state() == QProcess::Running )
|
||||
{
|
||||
d->fail = false;
|
||||
Base::Console().Message( tr("Download started...\n").toLatin1() );
|
||||
Base::Console().Message( tr("Download started...").toLatin1() + QString::fromUtf8("\n"));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user