diff options
| author | xmrdc <xmrdc@protonmail.com> | 2016-12-06 13:00:26 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-06 13:00:26 -0800 |
| commit | 5bda759c6479f6916ab55ea8574f70695d8ca3fd (patch) | |
| tree | 24039741f8f424f566b678a9f388549d573d5b7f | |
| parent | 26abdee5c47017a80117b1bed5ee36586a240c62 (diff) | |
| download | monzero-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!"
| -rw-r--r-- | wizard/WizardFinish.qml | 2 |
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 { |
