[GRASS-CVS] carlos: grass6/display/d.title main.c,2.6,2.7

grass at intevation.de grass at intevation.de
Wed Nov 28 13:24:48 EST 2007


Author: carlos

Update of /grassrepository/grass6/display/d.title
In directory doto:/tmp/cvs-serv1077/d.title

Modified Files:
	main.c 
Log Message:
Message standardization


Index: main.c
===================================================================
RCS file: /grassrepository/grass6/display/d.title/main.c,v
retrieving revision 2.6
retrieving revision 2.7
diff -u -d -r2.6 -r2.7
--- main.c	3 Jul 2007 19:18:16 -0000	2.6
+++ main.c	28 Nov 2007 18:24:45 -0000	2.7
@@ -105,10 +105,10 @@
 	    G_fatal_error(_("Raster map <%s> not found"), map_name);
 
 	if (G_get_cellhd(map_name, mapset, &window) == -1)
-	    G_fatal_error(_("Cannot read map header for <%s>"), map_name);
+	    G_fatal_error(_("Unable to read header of raster map <%s@%s>"), map_name, mapset);
 
 	if (G_read_cats(map_name, mapset, &cats) == -1)
-	    G_fatal_error(_("Cannot read category file for <%s>"), map_name);
+	    G_fatal_error(_("Unable to read category file of raster map <%s@%s>"), map_name, mapset);
 
 
 	if(draw->answer) {




More information about the grass-commit mailing list