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
2 changed files with 2 additions and 3 deletions

View File

@@ -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
}
}

View File

@@ -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
}
}