[GRASS-CVS] carlos: grass6/raster/r.slope.aspect main.c,2.17,2.18
grass at intevation.de
grass at intevation.de
Tue Nov 27 13:25:31 EST 2007
Author: carlos
Update of /grassrepository/grass6/raster/r.slope.aspect
In directory doto:/tmp/cvs-serv22445/r.slope.aspect
Modified Files:
main.c
Log Message:
Message standardization
Index: main.c
===================================================================
RCS file: /grassrepository/grass6/raster/r.slope.aspect/main.c,v
retrieving revision 2.17
retrieving revision 2.18
diff -u -d -r2.17 -r2.18
--- main.c 20 Jul 2007 22:33:57 -0000 2.17
+++ main.c 27 Nov 2007 18:25:29 -0000 2.18
@@ -1032,7 +1032,7 @@
G_percent (row, nrows, 2);
G_close_cell (elevation_fd);
- G_message(_("Creating support files"));
+ G_message(_("Creating support files..."));
G_message(_("Elevation products for mapset [%s] in [%s]"),
G_mapset(), G_location());
@@ -1050,7 +1050,7 @@
G_quantize_fp_map_range(aspect_name, G_mapset(), 0., 360., 0, 360);
G_read_raster_cats (aspect_name, G_mapset(), &cats);
- G_set_raster_cats_title ("aspect counterclockwise in degrees from east", &cats);
+ G_set_raster_cats_title ("Aspect counterclockwise in degrees from east", &cats);
G_message(_("Min computed aspect %.4f, max computed aspect %.4f"), min_asp, max_asp);
/* the categries quant intervals are 1.0 long, plus
More information about the grass-commit
mailing list