mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Change import & export back to save & open
CURA-1263
This commit is contained in:
parent
0ee68b716f
commit
4cf454757f
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue