diff options
| author | rating89us <45968869+rating89us@users.noreply.github.com> | 2021-08-15 21:00:07 +0200 |
|---|---|---|
| committer | rating89us <rating89us@rating89us.com> | 2021-08-15 21:25:20 +0200 |
| commit | 52c8d682405bca6ebdca2641b9f6f84af0f76b0b (patch) | |
| tree | 4faee697093ea4f12eecfcc044d97dfb87592174 /wizard | |
| parent | 51828babbb63819ec6fb3ce03b2b0cd2a7c5c462 (diff) | |
| download | monzero-gui-52c8d682405bca6ebdca2641b9f6f84af0f76b0b.tar.gz monzero-gui-52c8d682405bca6ebdca2641b9f6f84af0f76b0b.tar.xz monzero-gui-52c8d682405bca6ebdca2641b9f6f84af0f76b0b.zip | |
WizardRestoreWallet4: "Open wallet" -> "Create wallet"; add translation
Diffstat (limited to 'wizard')
| -rw-r--r-- | wizard/WizardRestoreWallet4.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardRestoreWallet4.qml b/wizard/WizardRestoreWallet4.qml index 152c2bd9..1f22314a 100644 --- a/wizard/WizardRestoreWallet4.qml +++ b/wizard/WizardRestoreWallet4.qml @@ -65,7 +65,7 @@ Rectangle { WizardNav { Layout.topMargin: 24 - btnNextText: "Open wallet" + btnNextText: qsTr("Create wallet") + translationManager.emptyString progressSteps: appWindow.walletMode <= 1 ? 3 : 4 progress: appWindow.walletMode <= 1 ? 2 : 3 |
