[GRASS-SVN] r60303 - grass/trunk/vector/v.colors

svn_grass at osgeo.org svn_grass at osgeo.org
Sat May 17 22:48:32 PDT 2014


Author: hcho
Date: 2014-05-17 22:48:32 -0700 (Sat, 17 May 2014)
New Revision: 60303

Modified:
   grass/trunk/vector/v.colors/main.c
Log:
v.colors: error message cosmetics

Modified: grass/trunk/vector/v.colors/main.c
===================================================================
--- grass/trunk/vector/v.colors/main.c	2014-05-18 05:14:18 UTC (rev 60302)
+++ grass/trunk/vector/v.colors/main.c	2014-05-18 05:48:32 UTC (rev 60303)
@@ -224,7 +224,7 @@
 		      opt.rast->key);
 
     if (flag.g->answer && flag.a->answer)
-        G_fatal_error(_("Flags -%c and -%c flags are mutually exclusive"),
+        G_fatal_error(_("Flags -%c and -%c are mutually exclusive"),
 		      flag.g->key, flag.a->key);
 
     if (flag.c->answer && !rgbcolumn) 



More information about the grass-commit mailing list