diff --git a/eeschema/menubar_libedit.cpp b/eeschema/menubar_libedit.cpp index a2582912e4..2876f2e24e 100644 --- a/eeschema/menubar_libedit.cpp +++ b/eeschema/menubar_libedit.cpp @@ -87,7 +87,7 @@ void LIB_EDIT_FRAME::ReCreateMenuBar() AddMenuItem( fileMenu, ID_LIBEDIT_SAVE_LIBRARY_AS, - _( "Save Library As.." ), + _( "Save Library As..." ), _( "Save the current library to a new file" ), KiBitmap( save_as_xpm ) );