WizardLanguage: add missing qsTr()

This commit is contained in:
selsta 2019-07-25 04:45:37 +02:00
parent 0461a28701
commit 2f5c926c82
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E

View File

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