forked from Public/monero-gui
WizardLanguage: add missing qsTr()
This commit is contained in:
@@ -157,7 +157,7 @@ Rectangle {
|
|||||||
MoneroComponents.StandardButton {
|
MoneroComponents.StandardButton {
|
||||||
id: idChangeLang
|
id: idChangeLang
|
||||||
Layout.minimumWidth: 150
|
Layout.minimumWidth: 150
|
||||||
text: "Language"
|
text: qsTr("Language") + translationManager.emptyString
|
||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
appWindow.toggleLanguageView();
|
appWindow.toggleLanguageView();
|
||||||
@@ -167,7 +167,7 @@ Rectangle {
|
|||||||
MoneroComponents.StandardButton {
|
MoneroComponents.StandardButton {
|
||||||
id: btnContinue
|
id: btnContinue
|
||||||
Layout.minimumWidth: 150
|
Layout.minimumWidth: 150
|
||||||
text: "Continue"
|
text: qsTr("Continue") + translationManager.emptyString
|
||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
wizardController.wizardStackView.backTransition = false;
|
wizardController.wizardStackView.backTransition = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user