diff options
| author | xmr-eric <eric@moneroeric.com> | 2016-12-21 01:26:05 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-21 01:26:05 -0500 |
| commit | a4d9dc09d8db0ed4d5d29d1df02ee2b16df12f7c (patch) | |
| tree | 76c7dbb6c8d8dc239c497130dd0b4765314e7ddf /wizard/WizardPassword.qml | |
| parent | 4713228d96c5216e703b2b79e3724f645d5c6ad0 (diff) | |
| download | monzero-gui-a4d9dc09d8db0ed4d5d29d1df02ee2b16df12f7c.tar.gz monzero-gui-a4d9dc09d8db0ed4d5d29d1df02ee2b16df12f7c.tar.xz monzero-gui-a4d9dc09d8db0ed4d5d29d1df02ee2b16df12f7c.zip | |
Password page edits
Diffstat (limited to 'wizard/WizardPassword.qml')
| -rw-r--r-- | wizard/WizardPassword.qml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wizard/WizardPassword.qml b/wizard/WizardPassword.qml index 80bd893d..b591a332 100644 --- a/wizard/WizardPassword.qml +++ b/wizard/WizardPassword.qml @@ -50,9 +50,9 @@ Item { handlePassword(); if (wizard.currentPath === "create_wallet") { - passwordPage.titleText = qsTr("Now that your wallet has been created, please set a password for the wallet") + translationManager.emptyString + passwordPage.titleText = qsTr("Give your wallet a password") + translationManager.emptyString } else { - passwordPage.titleText = qsTr("Now that your wallet has been restored, please set a password for the wallet") + translationManager.emptyString + passwordPage.titleText = qsTr("Give your wallet a password") + translationManager.emptyString } passwordItem.focus = true; @@ -148,8 +148,8 @@ Item { //renderType: Text.NativeRendering color: "#4A4646" horizontalAlignment: Text.AlignHCenter - text: qsTr("Note that this password cannot be recovered, and if forgotten you will need to restore your wallet from the mnemonic seed you were just given<br/><br/> - Your password will be used to protect your wallet and to confirm actions, so make sure that your password is sufficiently secure.") + 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):") + translationManager.emptyString } } |
