Merge pull request #1987

e729cd2 settingslayout: fix change language button does not change language (mmbyday)
This commit is contained in:
luigi1111 2019-03-01 02:37:32 -06:00
commit 39b0fa18e1
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -168,7 +168,7 @@ Rectangle {
visible: !persistentSettings.customDecorations visible: !persistentSettings.customDecorations
Layout.topMargin: 10 * scaleRatio Layout.topMargin: 10 * scaleRatio
small: true small: true
text: "Change language" text: qsTr("Change language") + translationManager.emptyString
onClicked: { onClicked: {
appWindow.toggleLanguageView(); appWindow.toggleLanguageView();