diff --git a/src/app/valentina/core/vapplication.cpp b/src/app/valentina/core/vapplication.cpp index a81acd8cc..e07670fad 100644 --- a/src/app/valentina/core/vapplication.cpp +++ b/src/app/valentina/core/vapplication.cpp @@ -278,7 +278,6 @@ VApplication::VApplication(int &argc, char **argv) setApplicationVersion(APP_VERSION_STR); // making sure will create new instance...just in case we will ever do 2 objects of VApplication VCommandLine::Reset(); - VCommandLine::Get(*this); } //--------------------------------------------------------------------------------------------------------------------- @@ -607,6 +606,9 @@ void VApplication::InitOptions() LoadTranslation(ValentinaSettings()->GetLocale()); } + // Create command line parser after loading translations to show localized version. + VCommandLine::Get(*this); + static const char * GENERIC_ICON_TO_CHECK = "document-open"; if (QIcon::hasThemeIcon(GENERIC_ICON_TO_CHECK) == false) {