1
mirror of https://github.com/monero-project/monero-gui synced 2024-07-12 20:00:47 +02:00

Added "very important"

This commit is contained in:
xmr-eric 2016-12-16 02:19:37 -05:00 committed by GitHub
parent 35d7587dc5
commit b61894f297

View File

@ -143,7 +143,7 @@ Rectangle {
color: "#4A4646" color: "#4A4646"
Layout.fillWidth: true Layout.fillWidth: true
wrapMode: Text.WordWrap 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 + translationManager.emptyString
} }