Translate Selection tool "Select..." entry.

This commit is contained in:
Eldar Khayrullin 2015-04-04 21:57:38 +02:00 committed by Maciej Suminski
parent 83ecd43754
commit 5d55fa018e
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) );
}