aboutsummaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
authorxmrdc <xmrdc@protonmail.com>2016-12-06 13:00:26 -0800
committerGitHub <noreply@github.com>2016-12-06 13:00:26 -0800
commit5bda759c6479f6916ab55ea8574f70695d8ca3fd (patch)
tree24039741f8f424f566b678a9f388549d573d5b7f /wizard
parent26abdee5c47017a80117b1bed5ee36586a240c62 (diff)
downloadmonzero-gui-5bda759c6479f6916ab55ea8574f70695d8ca3fd.tar.gz
monzero-gui-5bda759c6479f6916ab55ea8574f70695d8ca3fd.tar.xz
monzero-gui-5bda759c6479f6916ab55ea8574f70695d8ca3fd.zip
Update WizardFinish.qml
fixed typo "You're all setup!" to "You're all set up!"
Diffstat (limited to 'wizard')
-rw-r--r--wizard/WizardFinish.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardFinish.qml b/wizard/WizardFinish.qml
index 541ec034..ff1451ee 100644
--- a/wizard/WizardFinish.qml
+++ b/wizard/WizardFinish.qml
@@ -125,7 +125,7 @@ Item {
horizontalAlignment: Text.AlignHCenter
//renderType: Text.NativeRendering
color: "#3F3F3F"
- text: qsTr("You’re all setup!") + translationManager.emptyString
+ text: qsTr("You’re all set up!") + translationManager.emptyString
}
Text {