add missing TranslationManager.emptyString

This commit is contained in:
selsta
2019-04-16 16:35:30 +02:00
parent d2c47606ca
commit 15a5f76334
21 changed files with 765 additions and 65 deletions

View File

@@ -152,7 +152,7 @@ ColumnLayout {
Layout.fillWidth: true
Label {
text: qsTr("Password")
text: qsTr("Password") + translationManager.emptyString
Layout.fillWidth: true
font.pixelSize: 14 * scaleRatio

View File

@@ -63,7 +63,7 @@ Rectangle {
WizardNav {
Layout.topMargin: 24 * scaleRatio
btnNextText: qsTr("Open wallet")
btnNextText: qsTr("Open wallet") + translationManager.emptyString
progressSteps: 4
progress: 4

View File

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