[GRASS-SVN] r55866 - in grass/branches/develbranch_6/gui/wxpython: docs gui_core
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Apr 17 23:10:31 PDT 2013
Author: hamish
Date: 2013-04-17 23:10:31 -0700 (Wed, 17 Apr 2013)
New Revision: 55866
Modified:
grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.Attribute_Table_Manager.html
grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.Modeler.html
grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.Nviz.html
grass/branches/develbranch_6/gui/wxpython/docs/wxGUI_nviz_tools_light.jpg
grass/branches/develbranch_6/gui/wxpython/gui_core/gselect.py
Log:
clean up language (#1591, partial merge of r55862 from trunk)
Modified: grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.Attribute_Table_Manager.html
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.Attribute_Table_Manager.html 2013-04-18 05:59:37 UTC (rev 55865)
+++ grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.Attribute_Table_Manager.html 2013-04-18 06:10:31 UTC (rev 55866)
@@ -1,6 +1,6 @@
<h2>DESCRIPTION</h2>
-<em>Attribute table manager</em> allows to:
+The <em>Attribute table manager</em> allows you to:
<ul>
<li>Browse attribute data of vector map, perform SQL select
@@ -14,6 +14,7 @@
modify layers</li>
</ul>
+
<h2>SEE ALSO</h2>
<em>
@@ -44,6 +45,7 @@
<p>
See also <a href="http://grasswiki.osgeo.org/wiki/WxPython-based_GUI_for_GRASS#Attribute_table_manager">wiki</a> page.
+
<h2>AUTHORS</h2>
<a href="http://geo.fsv.cvut.cz/gwiki/Landa">Martin Landa</a>, <a href="http://www.fbk.eu">FBK-irst</a> (2007-2008), Trento, Italy, and <a href="http://www.cvut.cz">Czech Technical University in Prague</a>, Czech Republic<br>
Modified: grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.Modeler.html
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.Modeler.html 2013-04-18 05:59:37 UTC (rev 55865)
+++ grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.Modeler.html 2013-04-18 06:10:31 UTC (rev 55866)
@@ -11,7 +11,7 @@
icon <img src="icons/modeler-main.png"> in the toolbar.
<p>
-The modeler currently allows to:
+The modeler currently allows you to:
<ul>
<li>define data items (raster, vector, 3D raster maps)</li>
@@ -31,6 +31,7 @@
<br><img src="wxGUI_modeler.jpg" border="1"><br><br>
</center>
+
<h2>SEE ALSO</h2>
<em>
@@ -48,6 +49,7 @@
(especially various <a href="http://grasswiki.osgeo.org/wiki/WxGUI_Modeler#Video_tutorials">video
tutorials</a>).
+
<h2>AUTHORS</h2>
<a href="http://geo.fsv.cvut.cz/gwiki/Landa">Martin Landa</a>, <a
Modified: grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.Nviz.html
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.Nviz.html 2013-04-18 05:59:37 UTC (rev 55865)
+++ grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.Nviz.html 2013-04-18 06:10:31 UTC (rev 55866)
@@ -115,7 +115,7 @@
changed (not the direction).
<h3>Data properties</h3>
-This tab allows to control parameters related to map layers. It consists
+This tab controls the parameters related to map layers. It consists
of four collapsible panels - <em>Surface</em>, <em>Constant surface</em>,
<em>Vector</em> and <em>Volume</em>.
@@ -323,7 +323,7 @@
<br><img src="wxGUI_nviz_tools_light.jpg" border="1"><br><br>
</center>
<p>
-The <em>Fringe</em> panel allows to draw fringes in different directions
+The <em>Fringe</em> panel allows you to draw fringes in different directions
(North & East, South & East, South & West, North & West). It is possible
to set fringe color and height of the bottom edge.
<p>
Property changes on: grass/branches/develbranch_6/gui/wxpython/docs/wxGUI_nviz_tools_light.jpg
___________________________________________________________________
Modified: svn:mime-type
- application/octet-stream
+ image/jpeg
Modified: grass/branches/develbranch_6/gui/wxpython/gui_core/gselect.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_core/gselect.py 2013-04-18 05:59:37 UTC (rev 55865)
+++ grass/branches/develbranch_6/gui/wxpython/gui_core/gselect.py 2013-04-18 06:10:31 UTC (rev 55866)
@@ -119,7 +119,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