forked from Public/monero-gui
Merge pull request #2088
15a5f76 add missing TranslationManager.emptyString (selsta)
This commit is contained in:
@@ -152,7 +152,7 @@ ColumnLayout {
|
||||
Layout.fillWidth: true
|
||||
|
||||
Label {
|
||||
text: qsTr("Password")
|
||||
text: qsTr("Password") + translationManager.emptyString
|
||||
Layout.fillWidth: true
|
||||
|
||||
font.pixelSize: 14 * scaleRatio
|
||||
|
||||
@@ -63,7 +63,7 @@ Rectangle {
|
||||
|
||||
WizardNav {
|
||||
Layout.topMargin: 24 * scaleRatio
|
||||
btnNextText: qsTr("Open wallet")
|
||||
btnNextText: qsTr("Open wallet") + translationManager.emptyString
|
||||
progressSteps: 4
|
||||
progress: 4
|
||||
|
||||
|
||||
@@ -78,7 +78,7 @@ Rectangle {
|
||||
Layout.topMargin: 20 * scaleRatio
|
||||
id: btnNext
|
||||
small: true
|
||||
text: qsTr("Browse filesystem")
|
||||
text: qsTr("Browse filesystem") + translationManager.emptyString
|
||||
|
||||
onClicked: {
|
||||
wizardController.openWallet();
|
||||
|
||||
Reference in New Issue
Block a user