fix typo
This commit is contained in:
parent
d9a2b5161c
commit
23d71cfa93
|
@ -87,7 +87,7 @@ void LIB_EDIT_FRAME::ReCreateMenuBar()
|
||||||
|
|
||||||
AddMenuItem( fileMenu,
|
AddMenuItem( fileMenu,
|
||||||
ID_LIBEDIT_SAVE_LIBRARY_AS,
|
ID_LIBEDIT_SAVE_LIBRARY_AS,
|
||||||
_( "Save Library As.." ),
|
_( "Save Library As..." ),
|
||||||
_( "Save the current library to a new file" ),
|
_( "Save the current library to a new file" ),
|
||||||
KiBitmap( save_as_xpm ) );
|
KiBitmap( save_as_xpm ) );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue