← Back to team overview

kicad-developers team mailing list archive

routing options missing i18n (patch)

 

Routing options context menu miss the i18n macro.
Attached patch (please check it!)

--


Marco Ciampa

I know a joke about UDP, but you might not get it.

+------------------------+
| GNU/Linux User  #78271 |
| FSFE fellow       #364 |
+------------------------+

=== 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 15:53:31 +0000
@@ -57,7 +57,7 @@
 
 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