WizardLanguage: add missing qsTr()

pull/2/head
selsta 5 years ago
parent 0461a28701
commit 2f5c926c82
Signed by untrusted user: selsta
GPG Key ID: 2EA0A99A8B07AE5E

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