mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 11:52:05 +02:00
WizardLang: fix display text
This commit is contained in:
parent
63d4ba6df8
commit
074d8fb42e
@ -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 New Issue
Block a user