mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
WizardRestoreWallet4: "Open wallet" -> "Create wallet"; add translation
This commit is contained in:
parent
51828babbb
commit
52c8d68240
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue