[GRASS-SVN] r33364 - grass/trunk/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Sep 10 03:29:41 EDT 2008
Author: martinl
Date: 2008-09-10 03:29:41 -0400 (Wed, 10 Sep 2008)
New Revision: 33364
Modified:
grass/trunk/lib/gis/parser.c
Log:
message cosmetics (merge from devbr6, r33363)
Modified: grass/trunk/lib/gis/parser.c
===================================================================
--- grass/trunk/lib/gis/parser.c 2008-09-10 07:26:01 UTC (rev 33363)
+++ grass/trunk/lib/gis/parser.c 2008-09-10 07:29:41 UTC (rev 33364)
@@ -806,7 +806,7 @@
j++;
}
if (!found) {
- G_warning(_("BUG in descriptions, option %s in %s does not exist"),
+ G_warning(_("BUG in descriptions, option '%s' in <%s> does not exist"),
tokens[i], opt->key);
}
else {
More information about the grass-commit
mailing list