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 ) :

_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to