mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
settingslayout: fix change language button does not change language
This commit is contained in:
parent
effa019053
commit
e729cd233c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue