Get rid of the double ".qm" in the missing translation message.
This commit is contained in:
parent
310226bb6b
commit
336cf5fd08
|
@ -127,7 +127,6 @@ bool TranslationHandler::SetLanguage(const QString &code)
|
||||||
translationFile = appPath + "/" + mTranslations[index].mFilename + ".qm";
|
translationFile = appPath + "/" + mTranslations[index].mFilename + ".qm";
|
||||||
|
|
||||||
if (!mTranslator->load(translationFile) && !failure) {
|
if (!mTranslator->load(translationFile) && !failure) {
|
||||||
translationFile += ".qm";
|
|
||||||
//If it failed, lets check if the default file exists
|
//If it failed, lets check if the default file exists
|
||||||
if (!QFile::exists(translationFile)) {
|
if (!QFile::exists(translationFile)) {
|
||||||
error = QObject::tr("Language file %1 not found!");
|
error = QObject::tr("Language file %1 not found!");
|
||||||
|
|
Loading…
Reference in New Issue