aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-12-08 23:57:27 +0200
committerRiccardo Spagni <ric@spagni.net>2016-12-08 23:57:27 +0200
commitabbefa9760d8554439df49553700be6ab6234441 (patch)
tree72149ec3b9cd6dbdd280b65edb8700e8a7b16f21
parentbfcdf113f97532a79e55049bae89e7ee018b766a (diff)
parentb97dc2f481eb30d7176778f7ea449b92fa024013 (diff)
downloadmonzero-gui-abbefa9760d8554439df49553700be6ab6234441.tar.gz
monzero-gui-abbefa9760d8554439df49553700be6ab6234441.tar.xz
monzero-gui-abbefa9760d8554439df49553700be6ab6234441.zip
Merge pull request #220
b97dc2f wizard: remove msg about confirmation dialog (Jaquee)
-rw-r--r--wizard/WizardConfigure.qml3
-rw-r--r--wizard/WizardMemoTextInput.qml2
2 files changed, 2 insertions, 3 deletions
diff --git a/wizard/WizardConfigure.qml b/wizard/WizardConfigure.qml
index 343f9c88..1459db36 100644
--- a/wizard/WizardConfigure.qml
+++ b/wizard/WizardConfigure.qml
@@ -112,8 +112,7 @@ Item {
font.pixelSize: 15
color: "#4A4646"
wrapMode: Text.Wrap
- text: qsTr("It is very important to write it down as this is the only backup you will need for your wallet. " +
- "You will be asked to confirm the seed in the next screen to ensure it has copied down correctly.")
+ text: qsTr("It is very important to write it down as this is the only backup you will need for your wallet.")
+ translationManager.emptyString
}
}
diff --git a/wizard/WizardMemoTextInput.qml b/wizard/WizardMemoTextInput.qml
index 37dbcb39..74ed51e9 100644
--- a/wizard/WizardMemoTextInput.qml
+++ b/wizard/WizardMemoTextInput.qml
@@ -73,7 +73,7 @@ Column {
font.pixelSize: 15
color: "#4A4646"
wrapMode: Text.Wrap
- text: qsTr("It is very important to write it down as this is the only backup you will need for your wallet. You will be asked to confirm the seed in the next screen to ensure it has copied down correctly.")
+ text: qsTr("It is very important to write it down as this is the only backup you will need for your wallet.")
+ translationManager.emptyString
}
}