Merge pull request #285

b61894f Added "very important" (xmr-eric)
35d7587 Clarified and broadened Mnemonic Seed description (xmr-eric)
This commit is contained in:
Riccardo Spagni 2016-12-20 17:50:06 +02:00
commit 1b9981b35f
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -143,7 +143,7 @@ Rectangle {
color: "#4A4646" color: "#4A4646"
Layout.fillWidth: true Layout.fillWidth: true
wrapMode: Text.WordWrap wrapMode: Text.WordWrap
text: qsTr("It is very important to write it down as this is the only backup you will need for your wallet.") text: qsTr("This is very important to write down and keep secret. It is all you need to restore your wallet.")
+ translationManager.emptyString + translationManager.emptyString
} }