Browse Source

don't abbreviate non-obvious word

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55105 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 12 years ago
parent
commit
74d8c2a67e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/wxpython/mapdisp/statusbar.py

+ 1 - 1
gui/wxpython/mapdisp/statusbar.py

@@ -955,7 +955,7 @@ class SbCompRegionExtent(SbRegionExtent):
     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"""