kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #17792
[PATCH] Make translatable Routing Options... entry
Hi all.
Patch to another translatable entry.
=== modified file 'pcbnew/router/pns_tool_base.cpp'
--- pcbnew/router/pns_tool_base.cpp 2015-03-10 14:38:27 +0000
+++ pcbnew/router/pns_tool_base.cpp 2015-04-05 10:03:31 +0000
@@ -57,7 +57,8 @@
TOOL_ACTION PNS_TOOL_BASE::ACT_RouterOptions( "pcbnew.InteractiveRouter.RouterOptions",
AS_CONTEXT, 'E',
- "Routing Options...", "Shows a dialog containing router options.");
+ _( "Routing Options..." ),
+ _( "Shows a dialog containing router options." ) );
PNS_TOOL_BASE::PNS_TOOL_BASE( const std::string& aToolName ) :
Follow ups