[GRASS-SVN] r60312 - grass/branches/releasebranch_7_0/vector/v.colors
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun May 18 06:13:08 PDT 2014
Author: martinl
Date: 2014-05-18 06:13:08 -0700 (Sun, 18 May 2014)
New Revision: 60312
Modified:
grass/branches/releasebranch_7_0/vector/v.colors/main.c
Log:
v.colors: error message cosmetics
(merge r60303 from trunk)
Modified: grass/branches/releasebranch_7_0/vector/v.colors/main.c
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.colors/main.c 2014-05-18 13:12:07 UTC (rev 60311)
+++ grass/branches/releasebranch_7_0/vector/v.colors/main.c 2014-05-18 13:13:08 UTC (rev 60312)
@@ -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