This commit is contained in:
jean-pierre charras 2017-12-21 13:46:21 +01:00
parent d9a2b5161c
commit 23d71cfa93
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) );