[GRASS-SVN] r48318 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Sep 16 06:48:25 EDT 2011
Author: hamish
Date: 2011-09-16 03:48:25 -0700 (Fri, 16 Sep 2011)
New Revision: 48318
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/psmap_dialogs.py
Log:
spelling
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/psmap_dialogs.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/psmap_dialogs.py 2011-09-16 10:26:25 UTC (rev 48317)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/psmap_dialogs.py 2011-09-16 10:48:25 UTC (rev 48318)
@@ -89,7 +89,7 @@
self._unitsPage = { 'inch' : {'val': 1.0, 'tr' : _("inch")},
'point' : {'val': 72.0, 'tr' : _("point")},
'centimeter' : {'val': 2.54, 'tr' : _("centimeter")},
- 'milimeter' : {'val': 25.4, 'tr' : _("milimeter")}}
+ 'millimeter' : {'val': 25.4, 'tr' : _("millimeter")}}
self._unitsMap = { 'meters' : {'val': 0.0254, 'tr' : _("meters")},
'kilometers' : {'val': 2.54e-5, 'tr' : _("kilometers")},
'feet' : {'val': 1./12, 'tr' : _("feet")},
@@ -5696,4 +5696,4 @@
return rasterType
else:
return None
-
\ No newline at end of file
+
More information about the grass-commit
mailing list