mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Fixed export profile derp
CURA-1263
This commit is contained in:
parent
86019c2df0
commit
d08c1b73bf
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ UM.MainWindow
|
|||
MenuItem
|
||||
{
|
||||
id: saveWorkspaceMenu
|
||||
text: catalog.i18nc("@title:menu menubar:file","Import project")
|
||||
text: catalog.i18nc("@title:menu menubar:file","Export 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