[GRASS-CVS] carlos: grass6/swig/perl/R_slope_aspect/r_slope_aspect r_slope_aspect.c, 1.5, 1.6

grass at intevation.de grass at intevation.de
Tue Nov 27 13:25:58 EST 2007


Author: carlos

Update of /grassrepository/grass6/swig/perl/R_slope_aspect/r_slope_aspect
In directory doto:/tmp/cvs-serv22508/perl/R_slope_aspect/r_slope_aspect

Modified Files:
	r_slope_aspect.c 
Log Message:
Message standardization


Index: r_slope_aspect.c
===================================================================
RCS file: /grassrepository/grass6/swig/perl/R_slope_aspect/r_slope_aspect/r_slope_aspect.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- r_slope_aspect.c	4 Jul 2007 07:19:41 -0000	1.5
+++ r_slope_aspect.c	27 Nov 2007 18:25:55 -0000	1.6
@@ -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