diff options
| author | xmr-eric <eric@moneroeric.com> | 2016-12-27 18:02:31 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-27 18:02:31 -0500 |
| commit | 10ac65ffb135de14abb8f7f834249e54c5c2f508 (patch) | |
| tree | 927f4acaf24fc1145ad5a7527cfd3d942d9c848f | |
| parent | 4406d4bbaa2f0089772af35e3d8bba22a6a0e0fd (diff) | |
| download | monzero-gui-10ac65ffb135de14abb8f7f834249e54c5c2f508.tar.gz monzero-gui-10ac65ffb135de14abb8f7f834249e54c5c2f508.tar.xz monzero-gui-10ac65ffb135de14abb8f7f834249e54c5c2f508.zip | |
WizardMemoTextInput: Better use of emphasis
| -rw-r--r-- | wizard/WizardMemoTextInput.qml | 2 |
1 files changed, 1 insertions, 1 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 } } |
