[GRASS-SVN] r65572 - grass/branches/releasebranch_7_0/vector/v.colors
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jul 11 03:21:02 PDT 2015
Author: neteler
Date: 2015-07-11 03:21:02 -0700 (Sat, 11 Jul 2015)
New Revision: 65572
Modified:
grass/branches/releasebranch_7_0/vector/v.colors/main.c
Log:
v.colors: msg fix
Modified: grass/branches/releasebranch_7_0/vector/v.colors/main.c
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.colors/main.c 2015-07-11 10:20:56 UTC (rev 65571)
+++ grass/branches/releasebranch_7_0/vector/v.colors/main.c 2015-07-11 10:21:02 UTC (rev 65572)
@@ -280,7 +280,7 @@
Rast_init_colors(&colors);
if (is_from_stdin) {
- G_fatal_error(_("Reading color rules from standard input is not currently supported"));
+ G_fatal_error(_("Reading color rules from standard input is currently not supported"));
/*
if (!read_color_rules(stdin, &colors, min, max, fp))
exit(EXIT_FAILURE);
More information about the grass-commit
mailing list