mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 23:29:07 +08:00
Change import & export back to save & open
CURA-1263
This commit is contained in:
parent
0ee68b716f
commit
4cf454757f
@ -290,7 +290,7 @@ Item
|
||||
Action
|
||||
{
|
||||
id: loadWorkspaceAction
|
||||
text: catalog.i18nc("@action:inmenu menubar:file","&Import project...");
|
||||
text: catalog.i18nc("@action:inmenu menubar:file","&Save project...");
|
||||
}
|
||||
|
||||
Action
|
||||
|
@ -110,7 +110,7 @@ UM.MainWindow
|
||||
MenuItem
|
||||
{
|
||||
id: saveWorkspaceMenu
|
||||
text: catalog.i18nc("@title:menu menubar:file","Export project")
|
||||
text: catalog.i18nc("@title:menu menubar:file","Save project")
|
||||
onTriggered: UM.OutputDeviceManager.requestWriteToDevice("local_file", PrintInformation.jobName, { "filter_by_machine": false, "file_type": "workspace" });
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user