[GRASS-SVN] r43760 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Oct 1 07:37:12 EDT 2010
Author: hamish
Date: 2010-10-01 11:37:12 +0000 (Fri, 01 Oct 2010)
New Revision: 43760
Modified:
grass/trunk/gui/wxpython/gui_modules/goutput.py
Log:
spelling (merge from devbr6)
Modified: grass/trunk/gui/wxpython/gui_modules/goutput.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/goutput.py 2010-10-01 11:36:00 UTC (rev 43759)
+++ grass/trunk/gui/wxpython/gui_modules/goutput.py 2010-10-01 11:37:12 UTC (rev 43760)
@@ -677,8 +677,8 @@
if event.aborted:
# Thread aborted (using our convention of None return)
- self.WriteLog(_('Please note that the data are left in incosistent stage '
- 'and can be corrupted'), self.cmd_output.StyleWarning)
+ self.WriteLog(_('Please note that the data are left in inconsistent state '
+ 'and may be corrupted'), self.cmd_output.StyleWarning)
self.WriteCmdLog('(%s) %s (%d sec)' % (str(time.ctime()),
_('Command aborted'),
(time.time() - event.time)))
More information about the grass-commit
mailing list