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

This commit is contained in:
Wayne Stambaugh 2020-12-11 15:24:42 -05:00
parent 4516aff43e
commit e667d26854
1 changed files with 1 additions and 1 deletions

View File

@ -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",