[GRASS-SVN] r47657 - grass/trunk/vector/v.colors
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 15 15:39:13 EDT 2011
Author: martinl
Date: 2011-08-15 12:39:13 -0700 (Mon, 15 Aug 2011)
New Revision: 47657
Modified:
grass/trunk/vector/v.colors/main.c
Log:
v.colors: fix message
Modified: grass/trunk/vector/v.colors/main.c
===================================================================
--- grass/trunk/vector/v.colors/main.c 2011-08-15 19:26:44 UTC (rev 47656)
+++ grass/trunk/vector/v.colors/main.c 2011-08-15 19:39:13 UTC (rev 47657)
@@ -272,7 +272,7 @@
Rast_invert_colors(&colors);
if (flag.e->answer) {
- G_fatal_error(_("Flag -%c needs to be implemeneted"));
+ G_fatal_error(_("Flag -%c is not implemented"), flag.e->key);
/*
if (!have_stats)
have_stats = get_stats(name, mapset, &statf);
More information about the grass-commit
mailing list