[GRASS-SVN] r44809 - grass/branches/develbranch_6/raster/r.external

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Dec 30 08:02:08 EST 2010


Author: martinl
Date: 2010-12-30 05:02:08 -0800 (Thu, 30 Dec 2010)
New Revision: 44809

Modified:
   grass/branches/develbranch_6/raster/r.external/main.c
Log:
r.external: cosmetics in messages
(merge r44808 from trunk)


Modified: grass/branches/develbranch_6/raster/r.external/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.external/main.c	2010-12-30 13:00:41 UTC (rev 44808)
+++ grass/branches/develbranch_6/raster/r.external/main.c	2010-12-30 13:02:08 UTC (rev 44809)
@@ -479,7 +479,7 @@
     if (title)
 	G_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[])
@@ -658,8 +658,6 @@
 	G_message(_("Imagery group <%s> created"), output);
     }
 
-    G_done_msg(" ");
-
     exit(EXIT_SUCCESS);
 }
 



More information about the grass-commit mailing list