Changed to use full name instead of abbreviation
This commit is contained in:
parent
c0d9fc1b5c
commit
29d94fcf08
|
@ -148,8 +148,8 @@ void PL_EDITOR_FRAME::ReCreateMenuBar()
|
||||||
// Contents
|
// Contents
|
||||||
AddMenuItem( helpMenu,
|
AddMenuItem( helpMenu,
|
||||||
wxID_HELP,
|
wxID_HELP,
|
||||||
_( "Pl_Editor &Manual" ),
|
_( "Page Layout Editor &Manual" ),
|
||||||
_( "Open the Pl_Editor Manual" ),
|
_( "Open the Page Layout Editor Manual" ),
|
||||||
KiBitmap( help_xpm ) );
|
KiBitmap( help_xpm ) );
|
||||||
|
|
||||||
AddMenuItem( helpMenu,
|
AddMenuItem( helpMenu,
|
||||||
|
|
Loading…
Reference in New Issue