mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:09:01 +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
|
Action
|
||||||
{
|
{
|
||||||
id: loadWorkspaceAction
|
id: loadWorkspaceAction
|
||||||
text: catalog.i18nc("@action:inmenu menubar:file","&Import project...");
|
text: catalog.i18nc("@action:inmenu menubar:file","&Save project...");
|
||||||
}
|
}
|
||||||
|
|
||||||
Action
|
Action
|
||||||
|
@ -110,7 +110,7 @@ UM.MainWindow
|
|||||||
MenuItem
|
MenuItem
|
||||||
{
|
{
|
||||||
id: saveWorkspaceMenu
|
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" });
|
onTriggered: UM.OutputDeviceManager.requestWriteToDevice("local_file", PrintInformation.jobName, { "filter_by_machine": false, "file_type": "workspace" });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user