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:
Ghostkeeper 2017-12-01 10:44:56 +01:00
parent f045b85db3
commit c0e7446f2a
No known key found for this signature in database
GPG Key ID: 5252B696FB5E7C7A

View File

@ -116,7 +116,7 @@ UM.MainWindow
MenuItem
{
id: saveWorkspaceMenu
text: catalog.i18nc("@title:menu menubar:file","Save project")
text: catalog.i18nc("@title:menu menubar:file","Save &Project...")
onTriggered:
{
if(UM.Preferences.getValue("cura/dialog_on_project_save"))