Correct tooltip for Footprint Filter icon on Cvpcb toolbar.

Fixes: lp:1842477
* https://bugs.launchpad.net/kicad/+bug/1842477
This commit is contained in:
Jeff Young 2019-09-03 19:46:10 +01:00
parent 19064b680e
commit 9856867954
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ void CVPCB_MAINFRAME::ReCreateHToolbar()
KiScaledBitmap( module_filtered_list_xpm, this ),
wxNullBitmap,
true, NULL,
_( "Filter footprint list by schematic symbol keywords" ),
_( "Use schematic symbol footprint filters" ),
wxEmptyString );
m_mainToolBar->AddTool( ID_CVPCB_FOOTPRINT_DISPLAY_PIN_FILTERED_LIST,