Update WizardFinish.qml

fixed typo

"You're all setup!" to "You're all set up!"
This commit is contained in:
xmrdc 2016-12-06 13:00:26 -08:00 committed by GitHub
parent 26abdee5c4
commit 5bda759c64

View file

@ -125,7 +125,7 @@ Item {
horizontalAlignment: Text.AlignHCenter
//renderType: Text.NativeRendering
color: "#3F3F3F"
text: qsTr("Youre all setup!") + translationManager.emptyString
text: qsTr("Youre all set up!") + translationManager.emptyString
}
Text {