Crowdin: Gui/NetworkRetriever.cpp superfluous whitespace fix

This commit is contained in:
luz.paz
2019-01-17 06:54:55 -05:00
committed by Yorik van Havre
parent 105a9d5ee6
commit ff1b2bc91f

View File

@@ -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"));
}
}