[GRASS-CVS] carlos: grass6/raster/r.out.vtk main.c,1.14,1.15

grass at intevation.de grass at intevation.de
Thu Nov 29 13:51:09 EST 2007


Author: carlos

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

Modified Files:
	main.c 
Log Message:
Message standardization


Index: main.c
===================================================================
RCS file: /grassrepository/grass6/raster/r.out.vtk/main.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- main.c	28 Nov 2007 18:25:56 -0000	1.14
+++ main.c	29 Nov 2007 18:51:07 -0000	1.15
@@ -44,7 +44,7 @@
 
 	mapset = G_find_cell2(param.elevationmap->answer, "");
 	if (mapset == NULL) {
-	    G_fatal_error(_("Raster map <%s not found"),
+	    G_fatal_error(_("Raster map <%s> not found"),
 			  param.elevationmap->answer);
 	    exit(EXIT_FAILURE);
 	}
@@ -57,7 +57,7 @@
 	    mapset = NULL;
 	    mapset = G_find_cell2(param.input->answers[i], "");
 	    if (mapset == NULL) {
-		G_fatal_error(_("Raster map <%s not found"),
+		G_fatal_error(_("Raster map <%s> not found"),
 			      param.input->answers[i]);
 		exit(EXIT_FAILURE);
 	    }




More information about the grass-commit mailing list