瀏覽代碼

wxGUI/histogramming: title frame cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58002 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 年之前
父節點
當前提交
15c3ccdba1
共有 1 個文件被更改,包括 1 次插入1 次删除
  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