aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-01-08 16:51:08 -0800
committerRiccardo Spagni <ric@spagni.net>2017-01-08 16:51:08 -0800
commitee9888d9b65618bde63b4928c8360128be16f59e (patch)
tree900550e40cf8fe8b0afeac6cdac8b01b443c23e7
parentb02751344ab190adfcf23e53f592c0b025757538 (diff)
parent10ac65ffb135de14abb8f7f834249e54c5c2f508 (diff)
downloadmonzero-gui-ee9888d9b65618bde63b4928c8360128be16f59e.tar.gz
monzero-gui-ee9888d9b65618bde63b4928c8360128be16f59e.tar.xz
monzero-gui-ee9888d9b65618bde63b4928c8360128be16f59e.zip
Merge pull request #366
10ac65f WizardMemoTextInput: Better use of emphasis (xmr-eric) 4406d4b WizardPassword: Better emphasis and a word change (xmr-eric)
-rw-r--r--wizard/WizardMemoTextInput.qml2
-rw-r--r--wizard/WizardPassword.qml2
2 files changed, 2 insertions, 2 deletions
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 <b>very</b> important to write down and keep secret. It is all you need to backup and restore your wallet.")
+ translationManager.emptyString
}
}
diff --git a/wizard/WizardPassword.qml b/wizard/WizardPassword.qml
index 12300af6..c26a7407 100644
--- a/wizard/WizardPassword.qml
+++ b/wizard/WizardPassword.qml
@@ -151,7 +151,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.<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
}
}