[GRASS-SVN] r33363 - grass/branches/develbranch_6/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Sep 10 03:26:02 EDT 2008


Author: martinl
Date: 2008-09-10 03:26:01 -0400 (Wed, 10 Sep 2008)
New Revision: 33363

Modified:
   grass/branches/develbranch_6/lib/gis/parser.c
Log:
message cosmetics

Modified: grass/branches/develbranch_6/lib/gis/parser.c
===================================================================
--- grass/branches/develbranch_6/lib/gis/parser.c	2008-09-09 23:12:23 UTC (rev 33362)
+++ grass/branches/develbranch_6/lib/gis/parser.c	2008-09-10 07:26:01 UTC (rev 33363)
@@ -776,7 +776,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