Merge pull request #220

b97dc2f wizard: remove msg about confirmation dialog (Jaquee)
This commit is contained in:
Riccardo Spagni 2016-12-08 23:57:27 +02:00
commit abbefa9760
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
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
} }
} }