Sketcher: improve context menu text for Sketcher_ToggleConstruction

In the Elements context menu (Sketcher task panel) the menu text for Sketcher_ToggleConstruction is "Toggle construction line", this should be "Toggle construction geometry". It is not just lines that can be toggled, and this is also the menu text in the main Sketcher menu.
This commit is contained in:
Roy-043
2023-05-07 12:20:56 +02:00
committed by abdullahtahiriyo
parent ac79d19096
commit 13cf9a9fdb

View File

@@ -484,7 +484,7 @@ void ElementView::contextMenuEvent (QContextMenuEvent* event)
menu.addSeparator();
CONTEXT_ITEM("Sketcher_ToggleConstruction","Toggle construction line","Sketcher_ToggleConstruction",doToggleConstruction,true)
CONTEXT_ITEM("Sketcher_ToggleConstruction","Toggle construction geometry","Sketcher_ToggleConstruction",doToggleConstruction,true)
menu.addSeparator();