diff options
| author | xmr-eric <eric@moneroeric.com> | 2016-12-17 18:05:42 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-17 18:05:42 -0500 |
| commit | 57bbe8da528bf1801ac556861a45e028bdbc83ab (patch) | |
| tree | 31f818a28ab2fa1c226bc90c77a92a100bf9d5c8 /wizard/WizardOptions.qml | |
| parent | 55f4858a40948da244b1b5c48799d35f69f7a4a3 (diff) | |
| download | monzero-gui-57bbe8da528bf1801ac556861a45e028bdbc83ab.tar.gz monzero-gui-57bbe8da528bf1801ac556861a45e028bdbc83ab.tar.xz monzero-gui-57bbe8da528bf1801ac556861a45e028bdbc83ab.zip | |
Simplify text on wizard Option page
Diffstat (limited to 'wizard/WizardOptions.qml')
| -rw-r--r-- | wizard/WizardOptions.qml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wizard/WizardOptions.qml b/wizard/WizardOptions.qml index e2eaa958..6483f26b 100644 --- a/wizard/WizardOptions.qml +++ b/wizard/WizardOptions.qml @@ -137,7 +137,7 @@ Item { horizontalAlignment: Text.AlignHCenter width:page.buttonSize wrapMode: Text.WordWrap - text: qsTr("This is my first time, I want to create a new account") + translationManager.emptyString + text: qsTr("Create a new wallet") + translationManager.emptyString } } @@ -174,7 +174,7 @@ Item { font.pixelSize: 16 color: "#4A4949" horizontalAlignment: Text.AlignHCenter - text: qsTr("I want to recover my account from my 25 word seed") + translationManager.emptyString + text: qsTr("Recover wallet from 25 word mnemonic seed") + translationManager.emptyString width:page.buttonSize wrapMode: Text.WordWrap } @@ -213,7 +213,7 @@ Item { font.pixelSize: 16 color: "#4A4949" horizontalAlignment: Text.AlignHCenter - text: qsTr("I want to open a wallet from file") + translationManager.emptyString + text: qsTr("Open a wallet from file") + translationManager.emptyString width:page.buttonSize wrapMode: Text.WordWrap } @@ -248,7 +248,7 @@ Item { color: "#4A4646" wrapMode: Text.Wrap - text: qsTr("Please setup daemon address below.") + text: qsTr("Custom daemon address (optional)") + translationManager.emptyString } |
