From 7c11d0371bdc81bfeb689c2384172f32d00f3ba5 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Mon, 27 Aug 2018 09:17:22 +0200 Subject: [PATCH] Minor wording fix in a menuitem --- pcbnew/footprint_tree_pane.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pcbnew/footprint_tree_pane.cpp b/pcbnew/footprint_tree_pane.cpp index 384c53fdd0..43ec13bb77 100644 --- a/pcbnew/footprint_tree_pane.cpp +++ b/pcbnew/footprint_tree_pane.cpp @@ -66,10 +66,11 @@ FOOTPRINT_TREE_PANE::FOOTPRINT_TREE_PANE( FOOTPRINT_EDIT_FRAME* aParent ) menuLibrary->AppendSeparator(); AddMenuItem( menuLibrary.get(), ID_MODEDIT_NEW_MODULE, _( "New &Footprint..." ), KiBitmap( new_component_xpm ) ); -#ifdef KICAD_SCRIPTING - AddMenuItem( menuLibrary.get(), ID_MODEDIT_NEW_MODULE_FROM_WIZARD, _( "&Create Footprint..." ), +#ifdef KICAD_SCRIPTING + AddMenuItem( menuLibrary.get(), ID_MODEDIT_NEW_MODULE_FROM_WIZARD, + _( "&Create Footprint from Wizard..." ), KiBitmap( new_component_xpm ) ); -#endif +#endif AddMenuItem( menuLibrary.get(), ID_MODEDIT_IMPORT_PART, _( "&Import Footprint..." ), KiBitmap( import_part_xpm ) );