mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
Renamed 'Save As' to 'Save As...' CURA-3496
This commit is contained in:
parent
df09d49217
commit
1faa195c35
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ UM.MainWindow
|
|||
MenuItem
|
||||
{
|
||||
id: saveAsMenu
|
||||
text: catalog.i18nc("@title:menu menubar:file", "Save &As")
|
||||
text: catalog.i18nc("@title:menu menubar:file", "Save &As...")
|
||||
onTriggered:
|
||||
{
|
||||
var localDeviceId = "local_file";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue