[GRASS-SVN] r69836 - grass/trunk/gui/wxpython/tplot

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


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

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

Modified: grass/trunk/gui/wxpython/tplot/frame.py
===================================================================
--- grass/trunk/gui/wxpython/tplot/frame.py	2016-11-16 10:13:12 UTC (rev 69835)
+++ grass/trunk/gui/wxpython/tplot/frame.py	2016-11-16 10:49:36 UTC (rev 69836)
@@ -178,8 +178,10 @@
             id=wx.ID_ANY,
             label=_(
                 'Raster temporal '
-                'dataset (strds)'))
-
+                'dataset (strds)\n'
+                'Press ENTER after'
+                ' typing the name or select'
+                ' with the combobox'))
         self.datasetSelectR = gselect.Select(
             parent=self.controlPanelRaster, id=wx.ID_ANY,
             size=globalvar.DIALOG_GSELECT_SIZE, type='strds', multiple=True)
@@ -220,11 +222,10 @@
             parent=self.controlPanelVector, id=wx.ID_ANY,
             label=_(
                 'Vector temporal '
-                'dataset (strds)\n'
-                'Please press enter if'
-                ' you digit the name'
-                ' instead select with'
-                ' combobox'))
+                'dataset (stvds)\n'
+                'Press ENTER after'
+                ' typing the name or select'
+                ' with the combobox'))
         self.datasetSelectV = gselect.Select(
             parent=self.controlPanelVector, id=wx.ID_ANY,
             size=globalvar.DIALOG_GSELECT_SIZE, type='stvds', multiple=True)



More information about the grass-commit mailing list