From 5d55fa018e03ed89032042e7d09df5c39b5b0344 Mon Sep 17 00:00:00 2001 From: Eldar Khayrullin Date: Sat, 4 Apr 2015 21:57:38 +0200 Subject: [PATCH] Translate Selection tool "Select..." entry. --- pcbnew/tools/selection_tool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/tools/selection_tool.cpp b/pcbnew/tools/selection_tool.cpp index d02334abee..6ea637506e 100644 --- a/pcbnew/tools/selection_tool.cpp +++ b/pcbnew/tools/selection_tool.cpp @@ -73,7 +73,7 @@ SELECTION_TOOL::SELECTION_TOOL() : m_selArea = new SELECTION_AREA; m_selection.group = new KIGFX::VIEW_GROUP; - AddSubMenu( new SELECT_MENU, "Select...", + AddSubMenu( new SELECT_MENU, _( "Select..." ), (SELECTION_CONDITION) SELECTION_CONDITIONS::OnlyConnectedItems && SELECTION_CONDITIONS::Count( 1 ) ); }