[GRASS-SVN] r32065 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jul 9 17:39:21 EDT 2008
Author: martinl
Date: 2008-07-09 17:39:19 -0400 (Wed, 09 Jul 2008)
New Revision: 32065
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/vdigit.py
Log:
wxGUI/vdigit: i18n cosmetics (merged from trunk, r32064)
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/vdigit.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/vdigit.py 2008-07-09 21:37:45 UTC (rev 32064)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/vdigit.py 2008-07-09 21:39:19 UTC (rev 32065)
@@ -2068,7 +2068,7 @@
UserSettings.ReadSettingsFile(settings=fileSettings)
fileSettings['vdigit'] = UserSettings.Get(group='vdigit')
file = UserSettings.SaveToFile(fileSettings)
- self.parent.gismanager.goutput.WriteLog('Vector digitizer settings saved to file <%s>.' % file)
+ self.parent.gismanager.goutput.WriteLog(_('Vector digitizer settings saved to file <%s>.') % file)
self.Close()
More information about the grass-commit
mailing list