[GRASS-SVN] r43761 - grass/branches/releasebranch_6_4/gui/wxpython/gui_modules

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


Author: hamish
Date: 2010-10-01 11:38:38 +0000 (Fri, 01 Oct 2010)
New Revision: 43761

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/goutput.py
Log:
spelling (merge from devbr6)

Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/goutput.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/goutput.py	2010-10-01 11:37:12 UTC (rev 43760)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/goutput.py	2010-10-01 11:38:38 UTC (rev 43761)
@@ -509,8 +509,8 @@
         """Command done (or aborted)"""
         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