diff options
| author | dEBRUYNE-1 <dEBRUYNE-1@users.noreply.github.com> | 2016-08-31 18:39:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-31 18:39:44 +0200 |
| commit | 1cc7d35ab86ddd8baa8475ec1bf4fffc0cd9e004 (patch) | |
| tree | dd2b8f94b484aade173179ae202b4bd2c1c3f365 | |
| parent | 497a6b8de3bec6bc266246d0e02bdfbc37d64782 (diff) | |
| download | monzero-gui-1cc7d35ab86ddd8baa8475ec1bf4fffc0cd9e004.tar.gz monzero-gui-1cc7d35ab86ddd8baa8475ec1bf4fffc0cd9e004.tar.xz monzero-gui-1cc7d35ab86ddd8baa8475ec1bf4fffc0cd9e004.zip | |
Fix typo
| -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 7aa3be2f..b35dbee4 100644 --- a/wizard/WizardOptions.qml +++ b/wizard/WizardOptions.qml @@ -138,7 +138,7 @@ Item { font.pixelSize: 16 color: "#4A4949" horizontalAlignment: Text.AlignHCenter - text: qsTr("I want to recover my account<br/>from my 24 work seed") + translationManager.emptyString + text: qsTr("I want to recover my account<br/>from my 25 word seed") + translationManager.emptyString } } } |
