1
mirror of https://github.com/monero-project/monero-gui synced 2024-10-03 12:07:34 +02:00

WizardPassword: Better emphasis and a word change

This commit is contained in:
xmr-eric 2016-12-27 18:01:22 -05:00 committed by GitHub
parent d8f9e7360f
commit 4406d4bbaa

View File

@ -149,7 +149,7 @@ Item {
color: "#4A4646" color: "#4A4646"
horizontalAlignment: Text.AlignHCenter 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("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/>
Enter a secure password (using letters, numbers, and/or symbols):") <b>Enter a strong password</b> (using letters, numbers, and/or symbols):")
+ translationManager.emptyString + translationManager.emptyString
} }
} }