diff options
| author | xmr-eric <eric@moneroeric.com> | 2016-12-16 02:19:37 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-16 02:19:37 -0500 |
| commit | b61894f2979516f65dbfe1886d044a635cd9e230 (patch) | |
| tree | f21352a9d39b5256eab4d247d9a35d8180d853a3 | |
| parent | 35d7587dc5e884392e1dae481ee659cbe98f58cf (diff) | |
| download | monzero-gui-b61894f2979516f65dbfe1886d044a635cd9e230.tar.gz monzero-gui-b61894f2979516f65dbfe1886d044a635cd9e230.tar.xz monzero-gui-b61894f2979516f65dbfe1886d044a635cd9e230.zip | |
Added "very important"
| -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 edd5cb54..afe3ba39 100644 --- a/pages/Settings.qml +++ b/pages/Settings.qml @@ -143,7 +143,7 @@ Rectangle { color: "#4A4646" Layout.fillWidth: true wrapMode: Text.WordWrap - text: qsTr("Write this down and keep it secret! This seed is the only backup you need to restore your wallet.") + text: qsTr("This is very important to write down and keep secret. It is all you need to restore your wallet.") + translationManager.emptyString } |
