Browse Source

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 ;)
Jaime van Kessel 5 years ago
parent
commit
d501f7730a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/Toolbox/resources/qml/components/ToolboxFooter.qml

+ 1 - 1
plugins/Toolbox/resources/qml/components/ToolboxFooter.qml

@@ -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()
     }