1
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:
mmbyday 2019-02-28 14:44:11 -08:00
parent effa019053
commit e729cd233c

View File

@ -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();