mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 20:55:54 +08:00
parent
2e88a3463c
commit
729d3afd32
@ -262,7 +262,7 @@ Item
|
|||||||
Action
|
Action
|
||||||
{
|
{
|
||||||
id: deleteSelectionAction;
|
id: deleteSelectionAction;
|
||||||
text: catalog.i18ncp("@action:inmenu menubar:edit", "Delete Selected Model", "Delete Selected Models", UM.Selection.selectionCount);
|
text: catalog.i18nc("@action:inmenu menubar:edit", "Delete Selected");
|
||||||
enabled: UM.Controller.toolsEnabled && UM.Selection.hasSelection;
|
enabled: UM.Controller.toolsEnabled && UM.Selection.hasSelection;
|
||||||
iconName: "edit-delete";
|
iconName: "edit-delete";
|
||||||
shortcut: StandardKey.Delete | "Backspace"
|
shortcut: StandardKey.Delete | "Backspace"
|
||||||
@ -272,7 +272,7 @@ Item
|
|||||||
Action
|
Action
|
||||||
{
|
{
|
||||||
id: centerSelectionAction;
|
id: centerSelectionAction;
|
||||||
text: catalog.i18ncp("@action:inmenu menubar:edit", "Center Selected Model", "Center Selected Models", UM.Selection.selectionCount);
|
text: catalog.i18nc("@action:inmenu menubar:edit", "Center Selected");
|
||||||
enabled: UM.Controller.toolsEnabled && UM.Selection.hasSelection;
|
enabled: UM.Controller.toolsEnabled && UM.Selection.hasSelection;
|
||||||
iconName: "align-vertical-center";
|
iconName: "align-vertical-center";
|
||||||
onTriggered: CuraActions.centerSelection();
|
onTriggered: CuraActions.centerSelection();
|
||||||
@ -281,7 +281,7 @@ Item
|
|||||||
Action
|
Action
|
||||||
{
|
{
|
||||||
id: multiplySelectionAction;
|
id: multiplySelectionAction;
|
||||||
text: catalog.i18ncp("@action:inmenu menubar:edit", "Multiply Selected Model", "Multiply Selected Models", UM.Selection.selectionCount);
|
text: catalog.i18nc("@action:inmenu menubar:edit", "Multiply Selected");
|
||||||
enabled: UM.Controller.toolsEnabled && UM.Selection.hasSelection;
|
enabled: UM.Controller.toolsEnabled && UM.Selection.hasSelection;
|
||||||
iconName: "edit-duplicate";
|
iconName: "edit-duplicate";
|
||||||
shortcut: "Ctrl+M"
|
shortcut: "Ctrl+M"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user