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

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jul 11 03:20:56 PDT 2015


Author: neteler
Date: 2015-07-11 03:20:56 -0700 (Sat, 11 Jul 2015)
New Revision: 65571

Modified:
   grass/trunk/vector/v.colors/main.c
Log:
v.colors: msg fix

Modified: grass/trunk/vector/v.colors/main.c
===================================================================
--- grass/trunk/vector/v.colors/main.c	2015-07-10 21:45:54 UTC (rev 65570)
+++ grass/trunk/vector/v.colors/main.c	2015-07-11 10:20:56 UTC (rev 65571)
@@ -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