[GRASS-SVN] r55105 - grass/trunk/gui/wxpython/mapdisp

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 17 20:09:33 PST 2013


Author: hamish
Date: 2013-02-17 20:09:33 -0800 (Sun, 17 Feb 2013)
New Revision: 55105

Modified:
   grass/trunk/gui/wxpython/mapdisp/statusbar.py
Log:
don't abbreviate non-obvious word

Modified: grass/trunk/gui/wxpython/mapdisp/statusbar.py
===================================================================
--- grass/trunk/gui/wxpython/mapdisp/statusbar.py	2013-02-18 04:04:28 UTC (rev 55104)
+++ grass/trunk/gui/wxpython/mapdisp/statusbar.py	2013-02-18 04:09:33 UTC (rev 55105)
@@ -955,7 +955,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