mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-03 09:29:38 +00:00
Merge pull request #3667
52c8d68
WizardRestoreWallet4: 'Open wallet' -> 'Create wallet'; add translation (rating89us)
This commit is contained in:
commit
376eaecf08
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