forked from Public/monero-gui
Merge pull request #2340
2f5c926 WizardLanguage: add missing qsTr() (selsta)
This commit is contained in:
@@ -158,7 +158,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();
|
||||||
@@ -168,7 +168,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