[GRASS-SVN] r43759 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Oct 1 07:36:00 EDT 2010


Author: hamish
Date: 2010-10-01 11:36:00 +0000 (Fri, 01 Oct 2010)
New Revision: 43759

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py
Log:
spelling

Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py	2010-10-01 11:24:28 UTC (rev 43758)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py	2010-10-01 11:36:00 UTC (rev 43759)
@@ -676,8 +676,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