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:
committed by
abdullahtahiriyo
parent
ac79d19096
commit
13cf9a9fdb
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user