aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrating89us <45968869+rating89us@users.noreply.github.com>2021-08-15 21:00:07 +0200
committerrating89us <rating89us@rating89us.com>2021-08-15 21:25:20 +0200
commit52c8d682405bca6ebdca2641b9f6f84af0f76b0b (patch)
tree4faee697093ea4f12eecfcc044d97dfb87592174
parent51828babbb63819ec6fb3ce03b2b0cd2a7c5c462 (diff)
downloadmonzero-gui-52c8d682405bca6ebdca2641b9f6f84af0f76b0b.tar.gz
monzero-gui-52c8d682405bca6ebdca2641b9f6f84af0f76b0b.tar.xz
monzero-gui-52c8d682405bca6ebdca2641b9f6f84af0f76b0b.zip
WizardRestoreWallet4: "Open wallet" -> "Create wallet"; add translation
-rw-r--r--wizard/WizardRestoreWallet4.qml2
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