From 7269743029236641cb8ec0df05d88ade897dc622 Mon Sep 17 00:00:00 2001 From: TSI-pranalideshpande <110465779+TSI-pranalideshpande@users.noreply.github.com> Date: Thu, 13 Jul 2023 10:49:53 +0530 Subject: [PATCH] Update application.cpp NMC translation file mclient_ is added --- src/gui/application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/application.cpp b/src/gui/application.cpp index 18b01f6c2df7..f6e5cdbbf69d 100644 --- a/src/gui/application.cpp +++ b/src/gui/application.cpp @@ -900,7 +900,7 @@ void Application::setupTranslations() lang.replace(QLatin1Char('-'), QLatin1Char('_')); // work around QTBUG-25973 lang = substLang(lang); const QString trPath = applicationTrPath(); - const QString trFile = QLatin1String("client_") + lang; + const QString trFile = QLatin1String("mclient_") + lang; if (translator->load(trFile, trPath) || lang.startsWith(QLatin1String("en"))) { // Permissive approach: Qt and keychain translations // may be missing, but Qt translations must be there in order