[GRASS-CVS] carlos: grass6/ps/ps.map ps_clrtbl.c, 1.8,
1.9 ps_fclrtbl.c, 1.11, 1.12
grass at intevation.de
grass at intevation.de
Wed Nov 28 13:25:15 EST 2007
Author: carlos
Update of /grassrepository/grass6/ps/ps.map
In directory doto:/tmp/cvs-serv1118/ps.map
Modified Files:
ps_clrtbl.c ps_fclrtbl.c
Log Message:
Message standardization
Index: ps_clrtbl.c
===================================================================
RCS file: /grassrepository/grass6/ps/ps.map/ps_clrtbl.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- ps_clrtbl.c 8 Jan 2007 07:25:26 -0000 1.8
+++ ps_clrtbl.c 28 Nov 2007 18:25:13 -0000 1.9
@@ -27,12 +27,12 @@
double grey_color_val;
/* let user know what's happenning */
- G_message (_("Creating color table for <%s in %s> ..."),
+ G_message (_("Creating color table for <%s in %s>..."),
ct.name, ct.mapset);
if (G_read_cats(ct.name, ct.mapset, &PS.cats) == -1)
{
- G_warning(_("Category file for [%s] not available"), ct.name);
+ G_warning(_("Category file for <%s> not available"), ct.name);
return 1;
}
Index: ps_fclrtbl.c
===================================================================
RCS file: /grassrepository/grass6/ps/ps.map/ps_fclrtbl.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- ps_fclrtbl.c 8 Jan 2007 07:25:26 -0000 1.11
+++ ps_fclrtbl.c 28 Nov 2007 18:25:13 -0000 1.12
@@ -37,12 +37,12 @@
double grey_color_val;
/* let user know what's happenning */
- G_message (_("Creating color table for <%s in %s> ..."),
+ G_message (_("Creating color table for <%s in %s>..."),
ct.name, ct.mapset);
/* Get color range */
if (G_read_fp_range(ct.name, ct.mapset, &range) == -1) {
- G_warning(_("Range information not available (run r.support)."));
+ G_warning(_("Range information not available (run r.support)"));
return 1;
}
@@ -55,7 +55,7 @@
}
if(dmin == dmax) { /* if step==0 all sorts of infinite loops and DIV by 0 errors follow */
- G_warning(_("A floating point colortable must contain a range of values."));
+ G_warning(_("A floating point colortable must contain a range of values"));
return 1;
}
More information about the grass-commit
mailing list