[GRASS-SVN] r55868 - grass/branches/releasebranch_6_4/gui/wxpython/gui_core
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Apr 17 23:13:53 PDT 2013
Author: hamish
Date: 2013-04-17 23:13:53 -0700 (Wed, 17 Apr 2013)
New Revision: 55868
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/gui_core/gselect.py
Log:
clean up language (#1591, partial merge of r55862 from trunk)
Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_core/gselect.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_core/gselect.py 2013-04-18 06:12:55 UTC (rev 55867)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_core/gselect.py 2013-04-18 06:13:53 UTC (rev 55868)
@@ -118,7 +118,7 @@
class VectorSelect(Select):
def __init__(self, parent, ftype, **kwargs):
"""!Custom to create a ComboBox with a tree control to display and
- select vector maps. Control allows to filter vector maps. If you
+ select vector maps. You can filter the vector maps. If you
don't need this feature use Select class instead
@ftype filter vector maps based on feature type
More information about the grass-commit
mailing list