[GRASS-SVN] r55107 - grass/branches/develbranch_6/gui/wxpython/mapdisp

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 18 02:12:07 PST 2013


Author: hamish
Date: 2013-02-18 02:12:07 -0800 (Mon, 18 Feb 2013)
New Revision: 55107

Modified:
   grass/branches/develbranch_6/gui/wxpython/mapdisp/statusbar.py
Log:
don't abbreviate non-obvious word (merge from trunk)

Modified: grass/branches/develbranch_6/gui/wxpython/mapdisp/statusbar.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/mapdisp/statusbar.py	2013-02-18 08:35:28 UTC (rev 55106)
+++ grass/branches/develbranch_6/gui/wxpython/mapdisp/statusbar.py	2013-02-18 10:12:07 UTC (rev 55107)
@@ -926,7 +926,7 @@
     def __init__(self, mapframe, statusbar, position = 0):
         SbRegionExtent.__init__(self, mapframe, statusbar, position)
         self.name = 'computationalRegion'
-        self.label = _("Comp. region")
+        self.label = _("Computational region")
         
     def _formatRegion(self, w, e, s, n, ewres, nsres, precision = None):
         """!Format computational region string for statusbar"""



More information about the grass-commit mailing list