kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #35158
other small typo
Other small typo
here is the patch
TIA
Best regards,
--
Marco Ciampa
I know a joke about UDP, but you might not get it.
------------------------
GNU/Linux User #78271
FSFE fellow #364
------------------------
>From 5cdebb49c7b13c548676c54e8a8573e5cbc396fb Mon Sep 17 00:00:00 2001
From: Marco Ciampa <ciampix@xxxxxxxxx>
Date: Sat, 24 Mar 2018 09:56:30 +0100
Subject: [PATCH] Small typo in menubar
---
eeschema/menubar.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eeschema/menubar.cpp b/eeschema/menubar.cpp
index 1f56de105..180d07bea 100644
--- a/eeschema/menubar.cpp
+++ b/eeschema/menubar.cpp
@@ -741,6 +741,6 @@ static void preparePreferencesMenu( SCH_EDIT_FRAME* aFrame, wxMenu* aParentMenu
AddMenuItem( aParentMenu,
ID_CONFIG_READ,
_( "Load P&roject File..." ),
- _( "Load project preferences into a project file" ),
+ _( "Load project preferences from a project file" ),
KiBitmap( import_setup_xpm ) );
}
--
2.16.2
Follow ups