mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Update FileMenu.qml
This commit is contained in:
parent
2cdec12a2e
commit
f3103e5808
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ Menu
|
|||
{
|
||||
id: saveWorkspaceMenu
|
||||
shortcut: StandardKey.Save
|
||||
text: catalog.i18nc("@title:menu menubar:file", "&Save project...")
|
||||
text: catalog.i18nc("@title:menu menubar:file", "&Save Project...")
|
||||
onTriggered:
|
||||
{
|
||||
var args = { "filter_by_machine": false, "file_type": "workspace", "preferred_mimetypes": "application/vnd.ms-package.3dmanufacturing-3dmodel+xml" };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue