Explorar o código

don't abbreviate non-obvious word

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55105 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman %!s(int64=12) %!d(string=hai) anos
pai
achega
74d8c2a67e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"""