mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 05:41:05 -07:00
Correct label of Save Project menu item
Capital P. Ellipses to indicate that a modal window is coming. Ampersand to enable the hotkey.
This commit is contained in:
parent
f045b85db3
commit
c0e7446f2a
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ UM.MainWindow
|
||||||
MenuItem
|
MenuItem
|
||||||
{
|
{
|
||||||
id: saveWorkspaceMenu
|
id: saveWorkspaceMenu
|
||||||
text: catalog.i18nc("@title:menu menubar:file","Save project")
|
text: catalog.i18nc("@title:menu menubar:file","Save &Project...")
|
||||||
onTriggered:
|
onTriggered:
|
||||||
{
|
{
|
||||||
if(UM.Preferences.getValue("cura/dialog_on_project_save"))
|
if(UM.Preferences.getValue("cura/dialog_on_project_save"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue