From 23d71cfa93160c12130108713e67693eaf8c07a4 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Thu, 21 Dec 2017 13:46:21 +0100 Subject: [PATCH] fix typo --- eeschema/menubar_libedit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) );