[GRASS-SVN] r67430 - grass/branches/releasebranch_7_0/gui/wxpython/tplot
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Dec 30 06:29:46 PST 2015
Author: neteler
Date: 2015-12-30 06:29:46 -0800 (Wed, 30 Dec 2015)
New Revision: 67430
Modified:
grass/branches/releasebranch_7_0/gui/wxpython/tplot/g.gui.tplot.py
Log:
g.gui.tplot: msg cosmetics (trunk, r67429)
Modified: grass/branches/releasebranch_7_0/gui/wxpython/tplot/g.gui.tplot.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/tplot/g.gui.tplot.py 2015-12-30 14:28:59 UTC (rev 67429)
+++ grass/branches/releasebranch_7_0/gui/wxpython/tplot/g.gui.tplot.py 2015-12-30 14:29:46 UTC (rev 67430)
@@ -6,7 +6,7 @@
# PURPOSE: Temporal Plot Tool is a wxGUI component (based on matplotlib)
# the user to see in a plot the values of one or more temporal
# datasets for a queried point defined by a coordinate pair.
-# COPYRIGHT: (C) 2014 by Luca Delucchi, and the GRASS Development Team
+# COPYRIGHT: (C) 2014-2015 by Luca Delucchi, and the GRASS Development Team
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@
############################################################################
#%module
-#% description: Allows the user to see in a plot the values of one or more temporal raser datasets for a queried point defined by a coordinate pair. Also allows plotting data of vector dataset for a defined categories and attribute.
+#% description: Plots the values of temporal datasets.
#% keywords: general
#% keywords: GUI
#% keywords: temporal
@@ -103,7 +103,7 @@
else:
attr = options['attr']
if coords and cats:
- gscript.fatal(_("With stvds it is not possible use 'coordinates' "
+ gscript.fatal(_("With stvds it is not possible to use 'coordinates' "
"and 'cats' options together"))
elif not coords and not cats:
gscript.warning(_("With stvds you have to use 'coordinates' or "
More information about the grass-commit
mailing list