[GRASS-SVN] r58002 - grass/trunk/gui/wxpython/wxplot

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Oct 15 06:13:15 PDT 2013


Author: martinl
Date: 2013-10-15 06:13:15 -0700 (Tue, 15 Oct 2013)
New Revision: 58002

Modified:
   grass/trunk/gui/wxpython/wxplot/histogram.py
Log:
wxGUI/histogramming: title frame cosmetics


Modified: grass/trunk/gui/wxpython/wxplot/histogram.py
===================================================================
--- grass/trunk/gui/wxpython/wxplot/histogram.py	2013-10-15 11:49:27 UTC (rev 58001)
+++ grass/trunk/gui/wxpython/wxplot/histogram.py	2013-10-15 13:13:15 UTC (rev 58002)
@@ -37,7 +37,7 @@
         
         self.toolbar = HistogramPlotToolbar(parent = self)
         self.SetToolBar(self.toolbar)
-        self.SetTitle(_("GRASS Histogramming Tool"))
+        self.SetTitle(_("GRASS GIS Histogramming Tool"))
         
         #
         # Init variables



More information about the grass-commit mailing list