From 3efdc963d8719095338b9b939fb3490d880437db Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 12 May 2023 21:26:16 +0300 Subject: [PATCH] Revert string change. String changed in 9466624f9da76e5bbe77d55945372679497a665a --- 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 ae80182248..92cea7e9f7 100644 --- a/pcbnew/tools/pcb_actions.cpp +++ b/pcbnew/tools/pcb_actions.cpp @@ -445,7 +445,7 @@ TOOL_ACTION PCB_ACTIONS::importFootprint( "pcbnew.ModuleEditor.importFootprint", TOOL_ACTION PCB_ACTIONS::exportFootprint( "pcbnew.ModuleEditor.exportFootprint", AS_GLOBAL, 0, "", - _( "Export Current Footprint..." ), _( "Export edited footprint to file" ), + _( "Export Footprint..." ), _( "Export footprint to file" ), BITMAPS::export_module ); TOOL_ACTION PCB_ACTIONS::footprintProperties( "pcbnew.ModuleEditor.footprintProperties",