Jelajahi Sumber

message cosmetics (merge from devbr6, https://trac.osgeo.org/grass/changeset/33363)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@33364 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 tahun lalu
induk
melakukan
5ade103742
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      lib/gis/parser.c

+ 1 - 1
lib/gis/parser.c

@@ -806,7 +806,7 @@ int G_parser(int argc, char **argv)
 			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 {