wizard: remove msg about confirmation dialog

This commit is contained in:
Jaquee 2016-11-27 14:27:18 +01:00
parent 26abdee5c4
commit b97dc2f481
No known key found for this signature in database
GPG key ID: 384E52B09F45DC39
2 changed files with 2 additions and 3 deletions

View file

@ -112,8 +112,7 @@ Item {
font.pixelSize: 15 font.pixelSize: 15
color: "#4A4646" color: "#4A4646"
wrapMode: Text.Wrap 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. " + 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.")
+ translationManager.emptyString + translationManager.emptyString
} }
} }

View file

@ -73,7 +73,7 @@ Column {
font.pixelSize: 15 font.pixelSize: 15
color: "#4A4646" color: "#4A4646"
wrapMode: Text.Wrap 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 + translationManager.emptyString
} }
} }