eeschema: renamed 'Symbol Table' to 'Fields Editor'
Fixes: lp:1765360 * https://bugs.launchpad.net/kicad/+bug/1765360
This commit is contained in:
parent
0a58de0c46
commit
1a5139b91f
|
@ -585,7 +585,7 @@ void prepareToolsMenu( wxMenu* aParentMenu )
|
|||
|
||||
AddMenuItem( aParentMenu,
|
||||
ID_OPEN_CMP_TABLE,
|
||||
_( "S&ymbol Table..." ),
|
||||
_( "Field&s Editor..." ),
|
||||
KiBitmap( spreadsheet_xpm ) );
|
||||
|
||||
AddMenuItem( aParentMenu,
|
||||
|
|
Loading…
Reference in New Issue