Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostas Karmas <konskarm@gmail.com>2021-01-18 20:00:05 +0300
committerKostas Karmas <konskarm@gmail.com>2021-01-18 20:00:05 +0300
commitf1e152955c716977cdd6554f79b17b279cb6aaf7 (patch)
tree1b9e1f22720a054a4ee4a0286651cc08153ba5ed
parentfc718892d94226b29f97ae44801177586c9d61d0 (diff)
Correct the Menu title
CURA-7865
-rw-r--r--resources/qml/Menus/SaveProjectMenu.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/Menus/SaveProjectMenu.qml b/resources/qml/Menus/SaveProjectMenu.qml
index f855af5120..35c511344b 100644
--- a/resources/qml/Menus/SaveProjectMenu.qml
+++ b/resources/qml/Menus/SaveProjectMenu.qml
@@ -12,7 +12,7 @@ import "../Dialogs"
Menu
{
id: saveProjectMenu
- title: catalog.i18nc("@title:menu menubar:file", "Save project...")
+ title: catalog.i18nc("@title:menu menubar:file", "Save Project...")
property alias model: projectOutputDevices.model
Instantiator