mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-17 13:50:16 +00:00
Fix some log messages with extra spaces
This commit is contained in:
@@ -163,13 +163,13 @@ bool StreamingPreferences::retranslate()
|
||||
}
|
||||
|
||||
if (newTranslator->load(QString(":/languages/qml_") + languageSuffix)) {
|
||||
qInfo() << "Successfully loaded translation for " << languageSuffix;
|
||||
qInfo() << "Successfully loaded translation for" << languageSuffix;
|
||||
|
||||
translator = newTranslator;
|
||||
QCoreApplication::installTranslator(translator);
|
||||
}
|
||||
else {
|
||||
qInfo() << "No translation available for " << languageSuffix;
|
||||
qInfo() << "No translation available for" << languageSuffix;
|
||||
delete newTranslator;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user