Переглянути джерело

g.gui.tplot: fixed typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@71290 15284696-431f-4ddb-bdfa-cd5b030d7da7
Luca Delucchi 7 роки тому
батько
коміт
9e817f0c51
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      gui/wxpython/tplot/frame.py

+ 2 - 2
gui/wxpython/tplot/frame.py

@@ -384,8 +384,8 @@ class TplotFrame(wx.Frame):
         for cat in cats:
             if str(cat) not in categories:
                 GMessage(message=_("Category {ca} is not on vector map"
-                                   " {ma} and it will be used").format(ma=mapp,
-                                                                       ca=cat),
+                                   " {ma} and it will be not used").format(ma=mapp,
+                                                                           ca=cat),
                          parent=self)
                 cats.remove(cat)
         return cats