[GRASS-SVN] r69837 - grass/branches/releasebranch_7_2/gui/wxpython/tplot

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 16 02:49:59 PST 2016


Author: neteler
Date: 2016-11-16 02:49:59 -0800 (Wed, 16 Nov 2016)
New Revision: 69837

Modified:
   grass/branches/releasebranch_7_2/gui/wxpython/tplot/frame.py
Log:
g.gui.tplot: user msg grammar fixes (contributed by veroandreo)

Modified: grass/branches/releasebranch_7_2/gui/wxpython/tplot/frame.py
===================================================================
--- grass/branches/releasebranch_7_2/gui/wxpython/tplot/frame.py	2016-11-16 10:49:36 UTC (rev 69836)
+++ grass/branches/releasebranch_7_2/gui/wxpython/tplot/frame.py	2016-11-16 10:49:59 UTC (rev 69837)
@@ -219,10 +219,11 @@
             parent=self.controlPanelVector, id=wx.ID_ANY,
             label=_(
                 'Vector temporal '
-                'dataset (strds)\n'
-                'Please press enter if'
-                ' you digit the name'
-                ' instead select with'
+                'dataset (stvds)\n'
+                'Press ENTER if you'
+                ' type the name of the'
+                ' stvds instead of'
+                ' selecting with the'
                 ' combobox'))
         self.datasetSelectV = gselect.Select(
             parent=self.controlPanelVector, id=wx.ID_ANY,



More information about the grass-commit mailing list