diff options
| author | selsta <selsta@sent.at> | 2019-04-16 16:35:30 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2019-04-16 16:35:30 +0200 |
| commit | 15a5f763349c6e3b3d3570fd4de6a83a03d726ad (patch) | |
| tree | c425d914730cb2debe0b2f7e248199fc1a445111 /wizard/WizardOpenWallet1.qml | |
| parent | d2c47606ca8446e58ef122117f8f84b578691bab (diff) | |
| download | monzero-gui-15a5f763349c6e3b3d3570fd4de6a83a03d726ad.tar.gz monzero-gui-15a5f763349c6e3b3d3570fd4de6a83a03d726ad.tar.xz monzero-gui-15a5f763349c6e3b3d3570fd4de6a83a03d726ad.zip | |
add missing TranslationManager.emptyString
Diffstat (limited to 'wizard/WizardOpenWallet1.qml')
| -rw-r--r-- | wizard/WizardOpenWallet1.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardOpenWallet1.qml b/wizard/WizardOpenWallet1.qml index 8e3f7f52..d0b8d092 100644 --- a/wizard/WizardOpenWallet1.qml +++ b/wizard/WizardOpenWallet1.qml @@ -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(); |
