Eeschema: Add missing tooltips to left toolbar buttons

CHANGED: The button in the left toolbar for hiding/showing hidden
pins, and the button for forcing/relaxing H&V only wire mode had
no tooltips.  This MR adds them.
This commit is contained in:
PJM 2020-10-10 21:17:53 -07:00 committed by Ian McInerney
parent af28ef9d56
commit 91db6a770c
1 changed files with 2 additions and 2 deletions

View File

@ -610,7 +610,7 @@ TOOL_ACTION EE_ACTIONS::explicitCrossProbe( "eeschema.EditorControl.explicitCros
TOOL_ACTION EE_ACTIONS::toggleHiddenPins( "eeschema.EditorControl.showHiddenPins",
AS_GLOBAL, 0, "",
_( "Show Hidden Pins" ), "",
_( "Show Hidden Pins" ), _( "Switch display of hidden pins" ),
hidden_pin_xpm );
TOOL_ACTION EE_ACTIONS::toggleHiddenFields( "eeschema.EditorControl.showHiddenFields",
@ -620,7 +620,7 @@ TOOL_ACTION EE_ACTIONS::toggleHiddenFields( "eeschema.EditorControl.showHiddenFi
TOOL_ACTION EE_ACTIONS::toggleForceHV( "eeschema.EditorControl.forceHVLines",
AS_GLOBAL, 0, "",
_( "Force H/V Wires and Buses" ), "",
_( "Force H/V Wires and Buses" ), _( "Switch H & V only mode for new wires and buses" ),
lines90_xpm );