Merge pull request #3667

52c8d68 WizardRestoreWallet4: 'Open wallet' -> 'Create wallet'; add translation (rating89us)
This commit is contained in:
luigi1111 2021-08-26 21:28:08 -04:00
commit 376eaecf08
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -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