7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-18 17:39:17 +00:00

Changed to use full name instead of abbreviation

This commit is contained in:
Simon Wells 2015-09-24 07:41:51 +12:00
parent c0d9fc1b5c
commit 29d94fcf08

View File

@ -148,8 +148,8 @@ void PL_EDITOR_FRAME::ReCreateMenuBar()
// Contents
AddMenuItem( helpMenu,
wxID_HELP,
_( "Pl_Editor &Manual" ),
_( "Open the Pl_Editor Manual" ),
_( "Page Layout Editor &Manual" ),
_( "Open the Page Layout Editor Manual" ),
KiBitmap( help_xpm ) );
AddMenuItem( helpMenu,