Browse Source

Make translatable 'Routing Options...' entry

pull/3/head
Eldar Khayrullin 11 years ago
committed by Maciej Suminski
parent
commit
7d5ad2785a
  1. 3
      pcbnew/router/pns_tool_base.cpp

3
pcbnew/router/pns_tool_base.cpp

@ -57,7 +57,8 @@ using boost::optional;
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 ) :

Loading…
Cancel
Save