Revert string change.

String changed in 9466624f9d
This commit is contained in:
Alex 2023-05-12 21:26:16 +03:00
parent a4525bf88c
commit 3efdc963d8
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ TOOL_ACTION PCB_ACTIONS::importFootprint( "pcbnew.ModuleEditor.importFootprint",
TOOL_ACTION PCB_ACTIONS::exportFootprint( "pcbnew.ModuleEditor.exportFootprint", TOOL_ACTION PCB_ACTIONS::exportFootprint( "pcbnew.ModuleEditor.exportFootprint",
AS_GLOBAL, 0, "", AS_GLOBAL, 0, "",
_( "Export Current Footprint..." ), _( "Export edited footprint to file" ), _( "Export Footprint..." ), _( "Export footprint to file" ),
BITMAPS::export_module ); BITMAPS::export_module );
TOOL_ACTION PCB_ACTIONS::footprintProperties( "pcbnew.ModuleEditor.footprintProperties", TOOL_ACTION PCB_ACTIONS::footprintProperties( "pcbnew.ModuleEditor.footprintProperties",