mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-22 17:50:22 +02:00
WizardLanguage: add missing qsTr()
This commit is contained in:
parent
0461a28701
commit
2f5c926c82
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user