From 4406d4bbaa2f0089772af35e3d8bba22a6a0e0fd Mon Sep 17 00:00:00 2001 From: xmr-eric Date: Tue, 27 Dec 2016 18:01:22 -0500 Subject: [PATCH 1/2] WizardPassword: Better emphasis and a word change --- wizard/WizardPassword.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard/WizardPassword.qml b/wizard/WizardPassword.qml index b591a332..c93d4ef9 100644 --- a/wizard/WizardPassword.qml +++ b/wizard/WizardPassword.qml @@ -149,7 +149,7 @@ Item { 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.

- Enter a secure password (using letters, numbers, and/or symbols):") + Enter a strong password (using letters, numbers, and/or symbols):") + translationManager.emptyString } } From 10ac65ffb135de14abb8f7f834249e54c5c2f508 Mon Sep 17 00:00:00 2001 From: xmr-eric Date: Tue, 27 Dec 2016 18:02:31 -0500 Subject: [PATCH 2/2] WizardMemoTextInput: Better use of emphasis --- wizard/WizardMemoTextInput.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard/WizardMemoTextInput.qml b/wizard/WizardMemoTextInput.qml index e46fd09a..13540c80 100644 --- a/wizard/WizardMemoTextInput.qml +++ b/wizard/WizardMemoTextInput.qml @@ -73,7 +73,7 @@ Column { font.pixelSize: 15 color: "#4A4646" wrapMode: Text.Wrap - text: qsTr("This seed is VERY important to write down and keep secret. It is all you need to backup and restore your wallet.") + text: qsTr("This seed is very important to write down and keep secret. It is all you need to backup and restore your wallet.") + translationManager.emptyString } }