Browse Source

v.colors: msg fix

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@65571 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 9 years ago
parent
commit
6fce31e6d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vector/v.colors/main.c

+ 1 - 1
vector/v.colors/main.c

@@ -280,7 +280,7 @@ int main(int argc, char *argv[])
 
 
     Rast_init_colors(&colors);
     Rast_init_colors(&colors);
     if (is_from_stdin) {
     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))
         if (!read_color_rules(stdin, &colors, min, max, fp))
             exit(EXIT_FAILURE);
             exit(EXIT_FAILURE);