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:
parent
63d4ba6df8
commit
074d8fb42e
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user