aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaquee <jaquee.monero@gmail.com>2016-11-27 14:27:18 +0100
committerJaquee <jaquee.monero@gmail.com>2016-12-04 20:48:53 +0100
commitb97dc2f481eb30d7176778f7ea449b92fa024013 (patch)
tree25a8e778c88781e18c9afb2f3f58b0bb6e66f4c8
parent26abdee5c47017a80117b1bed5ee36586a240c62 (diff)
downloadmonzero-gui-b97dc2f481eb30d7176778f7ea449b92fa024013.tar.gz
monzero-gui-b97dc2f481eb30d7176778f7ea449b92fa024013.tar.xz
monzero-gui-b97dc2f481eb30d7176778f7ea449b92fa024013.zip
wizard: remove msg about confirmation dialog
-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
}
}