Browse Source

Eeschema: use "board editor" instead of "PcbNew" in UI strings.

6.0.7
Wayne Stambaugh 5 years ago
parent
commit
e667d26854
  1. 2
      eeschema/tools/ee_actions.cpp

2
eeschema/tools/ee_actions.cpp

@ -610,7 +610,7 @@ TOOL_ACTION EE_ACTIONS::generateBOM( "eeschema.EditorControl.generateBOM",
TOOL_ACTION EE_ACTIONS::explicitCrossProbe( "eeschema.EditorControl.explicitCrossProbe",
AS_GLOBAL, 0, "",
_( "Highlight on PCB" ), _( "Highlight corresponding items in PcbNew" ),
_( "Highlight on PCB" ), _( "Highlight corresponding items in board editor" ),
select_same_sheet_xpm );
TOOL_ACTION EE_ACTIONS::toggleHiddenPins( "eeschema.EditorControl.showHiddenPins",

Loading…
Cancel
Save