mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 03:59:38 +00:00
WizardLang: fix display text
This commit is contained in:
parent
63d4ba6df8
commit
074d8fb42e
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ Rectangle {
|
||||||
// set wizard language settings
|
// set wizard language settings
|
||||||
wizard.language_locale = locale;
|
wizard.language_locale = locale;
|
||||||
wizard.language_wallet = wallet_language;
|
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.showStatusMessage(qsTr("Language changed."), 3);
|
||||||
appWindow.toggleLanguageView();
|
appWindow.toggleLanguageView();
|
||||||
|
|
Loading…
Reference in a new issue