[GRASS-SVN] r71292 - grass/branches/releasebranch_7_2/gui/wxpython/tplot
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jul 22 04:01:21 PDT 2017
Author: neteler
Date: 2017-07-22 04:01:21 -0700 (Sat, 22 Jul 2017)
New Revision: 71292
Modified:
grass/branches/releasebranch_7_2/gui/wxpython/tplot/frame.py
Log:
g.gui.tplot: fixed typo (trunk, r71290)
Modified: grass/branches/releasebranch_7_2/gui/wxpython/tplot/frame.py
===================================================================
--- grass/branches/releasebranch_7_2/gui/wxpython/tplot/frame.py 2017-07-22 10:54:58 UTC (rev 71291)
+++ grass/branches/releasebranch_7_2/gui/wxpython/tplot/frame.py 2017-07-22 11:01:21 UTC (rev 71292)
@@ -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