[GRASS-SVN] r71290 - grass/trunk/gui/wxpython/tplot

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jul 22 03:02:08 PDT 2017


Author: lucadelu
Date: 2017-07-22 03:02:08 -0700 (Sat, 22 Jul 2017)
New Revision: 71290

Modified:
   grass/trunk/gui/wxpython/tplot/frame.py
Log:
g.gui.tplot: fixed typo

Modified: grass/trunk/gui/wxpython/tplot/frame.py
===================================================================
--- grass/trunk/gui/wxpython/tplot/frame.py	2017-07-22 09:12:47 UTC (rev 71289)
+++ grass/trunk/gui/wxpython/tplot/frame.py	2017-07-22 10:02:08 UTC (rev 71290)
@@ -384,8 +384,8 @@
         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



More information about the grass-commit mailing list