Pārlūkot izejas kodu

wxGUI/histogramming: title frame cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58002 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 gadi atpakaļ
vecāks
revīzija
15c3ccdba1
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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