Standardize Hierarchy wording

This commit is contained in:
Seth Hillbrand 2018-03-08 21:09:40 -08:00
parent 6d5389a90c
commit ce8d5787f7
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ void prepareViewMenu( wxMenu* aParentMenu )
AddMenuItem( aParentMenu,
ID_HIERARCHY,
_( "Show &Hierarchical Navigator" ),
_( "Navigate hierarchical sheets" ),
_( "Navigate schematic hierarchy" ),
KiBitmap( hierarchy_nav_xpm ) );
text = AddHotkeyName( _( "&Leave Sheet" ), g_Schematic_Hokeys_Descr, HK_LEAVE_SHEET );