Kaynağa Gözat

spelling (merge from devbr6)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@43760 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 14 yıl önce
ebeveyn
işleme
fe8473f65c
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      gui/wxpython/gui_modules/goutput.py

+ 2 - 2
gui/wxpython/gui_modules/goutput.py

@@ -677,8 +677,8 @@ class GMConsole(wx.SplitterWindow):
         
         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)))