[GRASS-SVN] r44808 - grass/trunk/raster/r.external
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Dec 30 08:00:41 EST 2010
Author: martinl
Date: 2010-12-30 05:00:41 -0800 (Thu, 30 Dec 2010)
New Revision: 44808
Modified:
grass/trunk/raster/r.external/main.c
Log:
r.external: cosmetics in messages
Modified: grass/trunk/raster/r.external/main.c
===================================================================
--- grass/trunk/raster/r.external/main.c 2010-12-30 12:09:31 UTC (rev 44807)
+++ grass/trunk/raster/r.external/main.c 2010-12-30 13:00:41 UTC (rev 44808)
@@ -495,7 +495,7 @@
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 @@
G_message(_("Imagery group <%s> created"), output);
}
- G_done_msg(" ");
-
exit(EXIT_SUCCESS);
}
More information about the grass-commit
mailing list