Make translatable 'Routing Options...' entry

This commit is contained in:
Eldar Khayrullin 2015-04-05 18:01:50 +02:00 committed by Maciej Suminski
parent a7af3346e0
commit 7d5ad2785a
1 changed files with 2 additions and 1 deletions

View File

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