Merge pull request #2088

15a5f76 add missing TranslationManager.emptyString (selsta)
This commit is contained in:
luigi1111
2019-04-16 16:54:17 -04:00
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();