From 6d5282cd60841c315663ecdd122079fe11c18ae0 Mon Sep 17 00:00:00 2001 From: Maciej Suminski Date: Tue, 8 Aug 2017 17:34:30 +0200 Subject: [PATCH] Removed unnecessary dots in pcbnew menu entries --- pcbnew/menubar_pcbframe.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pcbnew/menubar_pcbframe.cpp b/pcbnew/menubar_pcbframe.cpp index 685ad7fb8b..27537202dc 100644 --- a/pcbnew/menubar_pcbframe.cpp +++ b/pcbnew/menubar_pcbframe.cpp @@ -793,13 +793,13 @@ void prepareFilesMenu( wxMenu* aParentMenu, bool aIsOutsideProject ) wxMenu* submenuarchive = new wxMenu(); 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" "(does not remove other footprints in this library)" ), KiBitmap( library_update_xpm ) ); 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" "(if the library already exists it will be deleted)" ), KiBitmap( library_xpm ) );