diff options
| author | xmr-eric <eric@moneroeric.com> | 2016-12-21 01:34:05 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-21 01:34:05 -0500 |
| commit | e3ef832063db030573b37d37147b9c8f1c26545f (patch) | |
| tree | 41b10d519a50b21437e4eedb0d55ecb4117cb9b7 /wizard | |
| parent | 2f4d31a9258957726df8376a93c143904317aed6 (diff) | |
| download | monzero-gui-e3ef832063db030573b37d37147b9c8f1c26545f.tar.gz monzero-gui-e3ef832063db030573b37d37147b9c8f1c26545f.tar.xz monzero-gui-e3ef832063db030573b37d37147b9c8f1c26545f.zip | |
Wizard Option Page: Change "Recover" to "Restore"
Diffstat (limited to 'wizard')
| -rw-r--r-- | wizard/WizardOptions.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardOptions.qml b/wizard/WizardOptions.qml index 6483f26b..0797fc34 100644 --- a/wizard/WizardOptions.qml +++ b/wizard/WizardOptions.qml @@ -174,7 +174,7 @@ Item { font.pixelSize: 16 color: "#4A4949" horizontalAlignment: Text.AlignHCenter - text: qsTr("Recover wallet from 25 word mnemonic seed") + translationManager.emptyString + text: qsTr("Restore wallet from 25 word mnemonic seed") + translationManager.emptyString width:page.buttonSize wrapMode: Text.WordWrap } |
