mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-19 02:21:08 +00:00
Merge pull request #1987
e729cd2
settingslayout: fix change language button does not change language (mmbyday)
This commit is contained in:
commit
39b0fa18e1
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