1
mirror of https://github.com/monero-project/monero-gui synced 2024-11-16 14:55:33 +01:00

WizardLang: fix display text

This commit is contained in:
selsta 2019-12-04 23:18:44 +01:00
parent 63d4ba6df8
commit 074d8fb42e
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E

View File

@ -178,7 +178,7 @@ Rectangle {
// set wizard language settings
wizard.language_locale = locale;
wizard.language_wallet = wallet_language;
wizard.language_language = display_name + " (" + locale_spl[1] + ") ";
wizard.language_language = display_name;
appWindow.showStatusMessage(qsTr("Language changed."), 3);
appWindow.toggleLanguageView();