diff options
| author | xmr-eric <eric@moneroeric.com> | 2016-12-21 01:30:16 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-21 01:30:16 -0500 |
| commit | 638e20746c0c8de614d4e3678cf68b620b1f31ba (patch) | |
| tree | 32ab9ade68e17b2f905c34a1eceddff644b87106 /wizard | |
| parent | 7f824646bc8d67b0c381ae943b6ee2a9438a7e06 (diff) | |
| download | monzero-gui-638e20746c0c8de614d4e3678cf68b620b1f31ba.tar.gz monzero-gui-638e20746c0c8de614d4e3678cf68b620b1f31ba.tar.xz monzero-gui-638e20746c0c8de614d4e3678cf68b620b1f31ba.zip | |
End of Wizard page
Diffstat (limited to 'wizard')
| -rw-r--r-- | wizard/WizardFinish.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wizard/WizardFinish.qml b/wizard/WizardFinish.qml index ff1451ee..6ce800b4 100644 --- a/wizard/WizardFinish.qml +++ b/wizard/WizardFinish.qml @@ -52,8 +52,8 @@ Item { return "<table>" + trStart + qsTr("Language") + trMiddle + wizard.settings["language"] + trEnd - + trStart + qsTr("Account name") + trMiddle + wizard.settings["account_name"] + trEnd - + trStart + qsTr("Seed") + trMiddle + wizard.settings["wallet"].seed + trEnd + + trStart + qsTr("Wallet name") + trMiddle + wizard.settings["account_name"] + trEnd + + trStart + qsTr("Backup seed") + trMiddle + wizard.settings["wallet"].seed + trEnd + trStart + qsTr("Wallet path") + trMiddle + wizard.settings["wallet_path"] + trEnd // + trStart + qsTr("Auto donations") + trMiddle + autoDonationText + trEnd // + (autoDonationEnabled @@ -70,7 +70,7 @@ Item { } function updateSettingsSummary() { - settingsText.text = qsTr("An overview of your Monero configuration is below:") + translationManager.emptyString + settingsText.text = qsTr("New wallet details:") + translationManager.emptyString + "<br>" + buildSettingsString(); } |
