Removed unnecessary dots in pcbnew menu entries

This commit is contained in:
Maciej Suminski 2017-08-08 17:34:30 +02:00
parent 53204e097a
commit 6d5282cd60
1 changed files with 2 additions and 2 deletions

View File

@ -793,13 +793,13 @@ void prepareFilesMenu( wxMenu* aParentMenu, bool aIsOutsideProject )
wxMenu* submenuarchive = new wxMenu(); wxMenu* submenuarchive = new wxMenu();
AddMenuItem( submenuarchive, ID_MENU_ARCHIVE_MODULES_IN_LIBRARY, AddMenuItem( submenuarchive, ID_MENU_ARCHIVE_MODULES_IN_LIBRARY,
_( "&Archive Footprints in Project Library." ), _( "&Archive Footprints in Project Library" ),
_( "Archive footprints in existing library in footprint Lib table" _( "Archive footprints in existing library in footprint Lib table"
"(does not remove other footprints in this library)" ), "(does not remove other footprints in this library)" ),
KiBitmap( library_update_xpm ) ); KiBitmap( library_update_xpm ) );
AddMenuItem( submenuarchive, ID_MENU_CREATE_LIBRARY_AND_ARCHIVE_MODULES, AddMenuItem( submenuarchive, ID_MENU_CREATE_LIBRARY_AND_ARCHIVE_MODULES,
_( "&Create Library and Archive Footprints." ), _( "&Create Library and Archive Footprints" ),
_( "Archive all footprints in new library\n" _( "Archive all footprints in new library\n"
"(if the library already exists it will be deleted)" ), "(if the library already exists it will be deleted)" ),
KiBitmap( library_xpm ) ); KiBitmap( library_xpm ) );