mirror of
https://github.com/monero-project/monero-gui
synced 2024-11-28 09:31:37 +01:00
settingslayout: fix change language button does not change language
This commit is contained in:
parent
effa019053
commit
e729cd233c
@ -168,7 +168,7 @@ Rectangle {
|
||||
visible: !persistentSettings.customDecorations
|
||||
Layout.topMargin: 10 * scaleRatio
|
||||
small: true
|
||||
text: "Change language"
|
||||
text: qsTr("Change language") + translationManager.emptyString
|
||||
|
||||
onClicked: {
|
||||
appWindow.toggleLanguageView();
|
||||
|
Loading…
Reference in New Issue
Block a user