From 85210e5136d5d0e2f6188568896706f4f47fe53b Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Wed, 25 Oct 2023 13:37:12 +0200 Subject: [PATCH] Pcbnew, export component placement: better string in menu (.gbr added). (Was missing in my commit 5bf241a5) --- pcbnew/tools/pcb_actions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/tools/pcb_actions.cpp b/pcbnew/tools/pcb_actions.cpp index 182b132522..353a5ade8b 100644 --- a/pcbnew/tools/pcb_actions.cpp +++ b/pcbnew/tools/pcb_actions.cpp @@ -1045,7 +1045,7 @@ TOOL_ACTION PCB_ACTIONS::generateDrillFiles( TOOL_ACTION_ARGS() TOOL_ACTION PCB_ACTIONS::generatePosFile( TOOL_ACTION_ARGS() .Name( "pcbnew.EditorControl.generatePosFile" ) .Scope( AS_GLOBAL ) - .MenuText( _( "Component Placement (.pos)..." ) ) + .MenuText( _( "Component Placement (.pos, .gbr)..." ) ) .Tooltip( _( "Generate component placement file(s) for pick and place" ) ) .Icon( BITMAPS::post_compo ) );