[GRASS-CVS] carlos: grass6/raster/r.out.gridatb check_ready.c, 2.2, 2.3

grass at intevation.de grass at intevation.de
Fri Nov 16 10:24:15 EST 2007


Author: carlos

Update of /grassrepository/grass6/raster/r.out.gridatb
In directory doto:/tmp/cvs-serv6159/raster/r.out.gridatb

Modified Files:
	check_ready.c 
Log Message:
Message standardized and localiced


Index: check_ready.c
===================================================================
RCS file: /grassrepository/grass6/raster/r.out.gridatb/check_ready.c,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -d -r2.2 -r2.3
--- check_ready.c	28 Oct 2006 20:33:33 -0000	2.2
+++ check_ready.c	16 Nov 2007 15:24:12 -0000	2.3
@@ -1,5 +1,6 @@
 #include <unistd.h>
 #include "local_proto.h"
+#include <grass/glocale.h>
 
 
 void
@@ -9,7 +10,7 @@
 
 	mapset = G_find_cell(iname,"");
 	if (!mapset)
-		G_fatal_error("%s - could not find", iname);
+		G_fatal_error(_("Raster map <%s> not find"), iname);
 
 	fp = fopen(file, "r");
 	if (!fp)




More information about the grass-commit mailing list