Show Full name for quit message

We're a bit insecure about Cura, so we have to put the company name in front of it ;)
This commit is contained in:
Jaime van Kessel 2020-03-02 10:48:47 +01:00
parent 67af1aa19d
commit d501f7730a
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

@ -42,7 +42,7 @@ Item
rightMargin: UM.Theme.getSize("wide_margin").width
}
height: UM.Theme.getSize("toolbox_footer_button").height
text: catalog.i18nc("@info:button", "Quit Cura")
text: catalog.i18nc("@info:button", "Quit Ultimaker Cura")
onClicked: toolbox.restart()
}