mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 11:27:25 -04:00
WizardRestoreWallet4: "Open wallet" -> "Create wallet"; add translation
This commit is contained in:
@@ -65,7 +65,7 @@ Rectangle {
|
|||||||
|
|
||||||
WizardNav {
|
WizardNav {
|
||||||
Layout.topMargin: 24
|
Layout.topMargin: 24
|
||||||
btnNextText: "Open wallet"
|
btnNextText: qsTr("Create wallet") + translationManager.emptyString
|
||||||
progressSteps: appWindow.walletMode <= 1 ? 3 : 4
|
progressSteps: appWindow.walletMode <= 1 ? 3 : 4
|
||||||
progress: appWindow.walletMode <= 1 ? 2 : 3
|
progress: appWindow.walletMode <= 1 ? 2 : 3
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user