diff options
| author | xmr-eric <eric@moneroeric.com> | 2016-12-14 21:25:15 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-14 21:25:15 -0500 |
| commit | 35d7587dc5e884392e1dae481ee659cbe98f58cf (patch) | |
| tree | d1fc9fba502b0340ee8d678f74c5924d87309504 | |
| parent | 160a042165b8ff68904b847f46dba4aa95553a62 (diff) | |
| download | monzero-gui-35d7587dc5e884392e1dae481ee659cbe98f58cf.tar.gz monzero-gui-35d7587dc5e884392e1dae481ee659cbe98f58cf.tar.xz monzero-gui-35d7587dc5e884392e1dae481ee659cbe98f58cf.zip | |
Clarified and broadened Mnemonic Seed description
| -rw-r--r-- | pages/Settings.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/Settings.qml b/pages/Settings.qml index 9d296d35..edd5cb54 100644 --- a/pages/Settings.qml +++ b/pages/Settings.qml @@ -143,7 +143,7 @@ Rectangle { color: "#4A4646" Layout.fillWidth: true wrapMode: Text.WordWrap - text: qsTr("It is very important to write it down as this is the only backup you will need for your wallet.") + text: qsTr("Write this down and keep it secret! This seed is the only backup you need to restore your wallet.") + translationManager.emptyString } |
