kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #17765
[PATCH]Translate Select tool Select... entry
Hello.
This patch translates Select... entry.
* Английский - определен
* Русский
* Русский
<javascript:void(0);>
=== modified file 'pcbnew/tools/selection_tool.cpp'
--- pcbnew/tools/selection_tool.cpp 2015-04-02 14:09:48 +0000
+++ pcbnew/tools/selection_tool.cpp 2015-04-04 11:27:08 +0000
@@ -73,7 +73,7 @@
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 ) );
}
Follow ups