From 35d7587dc5e884392e1dae481ee659cbe98f58cf Mon Sep 17 00:00:00 2001 From: xmr-eric Date: Wed, 14 Dec 2016 21:25:15 -0500 Subject: [PATCH 1/2] Clarified and broadened Mnemonic Seed description --- pages/Settings.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } From b61894f2979516f65dbfe1886d044a635cd9e230 Mon Sep 17 00:00:00 2001 From: xmr-eric Date: Fri, 16 Dec 2016 02:19:37 -0500 Subject: [PATCH 2/2] Added "very important" --- pages/Settings.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }