Merge pull request #573

d42d2dd Better spacing for Wizard password warning (xmr-eric)
This commit is contained in:
Riccardo Spagni 2017-03-19 23:51:34 +02:00
commit 62089df6e7
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

View File

@ -124,7 +124,7 @@ ColumnLayout {
//renderType: Text.NativeRendering
color: "#4A4646"
horizontalAlignment: Text.AlignHCenter
text: qsTr("Note: this password cannot be recovered. If you forget it then the wallet will have to be restored from its 25 word mnemonic seed.<br/><br/>
text: qsTr(" <br>Note: this password cannot be recovered. If you forget it then the wallet will have to be restored from its 25 word mnemonic seed.<br/><br/>
<b>Enter a strong password</b> (using letters, numbers, and/or symbols):")
+ translationManager.emptyString
}