diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-08-26 21:28:08 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-08-26 21:28:08 -0400 |
| commit | 376eaecf08492470cf19e18c24e7aa5a51ff8b9c (patch) | |
| tree | 29f6b7a5cc6a6669fd3d224b515004a82ecc9d6d | |
| parent | 316f8b17622c8a8223424a08cb869d6ae9d6062c (diff) | |
| parent | 52c8d682405bca6ebdca2641b9f6f84af0f76b0b (diff) | |
| download | monzero-gui-376eaecf08492470cf19e18c24e7aa5a51ff8b9c.tar.gz monzero-gui-376eaecf08492470cf19e18c24e7aa5a51ff8b9c.tar.xz monzero-gui-376eaecf08492470cf19e18c24e7aa5a51ff8b9c.zip | |
Merge pull request #3667
52c8d68 WizardRestoreWallet4: 'Open wallet' -> 'Create wallet'; add translation (rating89us)
| -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 |
