Merge pull request

2f5c926 WizardLanguage: add missing qsTr() (selsta)
This commit is contained in:
luigi1111 2019-08-14 15:43:06 -05:00
commit d7a65fafad
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -158,7 +158,7 @@ Rectangle {
MoneroComponents.StandardButton {
id: idChangeLang
Layout.minimumWidth: 150
text: "Language"
text: qsTr("Language") + translationManager.emptyString
onClicked: {
appWindow.toggleLanguageView();
@ -168,7 +168,7 @@ Rectangle {
MoneroComponents.StandardButton {
id: btnContinue
Layout.minimumWidth: 150
text: "Continue"
text: qsTr("Continue") + translationManager.emptyString
onClicked: {
wizardController.wizardStackView.backTransition = false;