aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerciccione <erciccione@protonmail.com>2019-03-09 15:13:20 +0100
committererciccione <erciccione@protonmail.com>2019-03-09 15:15:36 +0100
commite664549f4362def6292026dc7762cde7740692e2 (patch)
tree2293930f64390b102d63ee2957416c339a74c722
parent02e16634716c6c9fa6bf0aa75928f0d698be7453 (diff)
downloadmonzero-gui-e664549f4362def6292026dc7762cde7740692e2.tar.gz
monzero-gui-e664549f4362def6292026dc7762cde7740692e2.tar.xz
monzero-gui-e664549f4362def6292026dc7762cde7740692e2.zip
makes placeholder string untranslatable
-rw-r--r--wizard/WizardCreateWallet1.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardCreateWallet1.qml b/wizard/WizardCreateWallet1.qml
index 69866abd..4906f954 100644
--- a/wizard/WizardCreateWallet1.qml
+++ b/wizard/WizardCreateWallet1.qml
@@ -91,7 +91,7 @@ Rectangle {
copyButton: false
readOnly: true
- placeholderText: qsTr("-") + translationManager.emptyString
+ placeholderText: "-"
text: wizardController.walletOptionsSeed
}