Browse Source

r.external: cosmetics in messages

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@44808 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 years ago
parent
commit
f571720911
1 changed files with 1 additions and 3 deletions
  1. 1 3
      raster/r.external/main.c

+ 1 - 3
raster/r.external/main.c

@@ -495,7 +495,7 @@ static void create_map(const char *input, int band, const char *output,
     if (title)
 	Rast_put_cell_title(output, title);
 
-    G_message(_("<%s> created"), output);
+    G_message(_("Link to raster map <%s> created"), output);
 }
 
 int main(int argc, char *argv[])
@@ -687,8 +687,6 @@ int main(int argc, char *argv[])
 	G_message(_("Imagery group <%s> created"), output);
     }
 
-    G_done_msg(" ");
-
     exit(EXIT_SUCCESS);
 }