From 7d5ad2785ac1faf254e3ca24bbbf995a6fd66cdd Mon Sep 17 00:00:00 2001 From: Eldar Khayrullin Date: Sun, 5 Apr 2015 18:01:50 +0200 Subject: [PATCH] Make translatable 'Routing Options...' entry --- pcbnew/router/pns_tool_base.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pcbnew/router/pns_tool_base.cpp b/pcbnew/router/pns_tool_base.cpp index 8ba2d30a45..2f97722bee 100644 --- a/pcbnew/router/pns_tool_base.cpp +++ b/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 ) :