CURA-5035 Review feedback

This commit is contained in:
Ian Paschal 2018-05-02 12:01:29 +02:00
parent 3934f6f1b3
commit 62aeb6c954
10 changed files with 9 additions and 78 deletions

View file

@ -15,7 +15,7 @@ Item
Label
{
visible: toolbox.restartRequired
text: "You will need to restart Cura before changes in plugins have effect."
text: catalog.i18nc("@info", "You will need to restart Cura before changes in plugins have effect.")
height: Math.floor(UM.Theme.getSize("toolbox_footer_button").height)
verticalAlignment: Text.AlignVCenter
anchors
@ -30,7 +30,7 @@ Item
Button
{
id: restartButton
text: "Quit Cura"
text: catalog.i18nc("@info:button", "Quit Cura")
anchors
{
top: parent.top