Explorar o código

wxGUI/histogramming: title frame cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58002 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=11) %!d(string=hai) anos
pai
achega
15c3ccdba1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      gui/wxpython/wxplot/histogram.py

+ 1 - 1
gui/wxpython/wxplot/histogram.py

@@ -37,7 +37,7 @@ class HistogramPlotFrame(BasePlotFrame):
         
         self.toolbar = HistogramPlotToolbar(parent = self)
         self.SetToolBar(self.toolbar)
-        self.SetTitle(_("GRASS Histogramming Tool"))
+        self.SetTitle(_("GRASS GIS Histogramming Tool"))
         
         #
         # Init variables