[GRASS-CVS] carlos: grass6/raster/r.patch main.c,2.10,2.11

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


Author: carlos

Update of /grassrepository/grass6/raster/r.patch
In directory doto:/tmp/cvs-serv22445/r.patch

Modified Files:
	main.c 
Log Message:
Message standardization


Index: main.c
===================================================================
RCS file: /grassrepository/grass6/raster/r.patch/main.c,v
retrieving revision 2.10
retrieving revision 2.11
diff -u -d -r2.10 -r2.11
--- main.c	6 Oct 2007 12:18:51 -0000	2.10
+++ main.c	27 Nov 2007 18:25:28 -0000	2.11
@@ -121,7 +121,7 @@
 
         if (mapset == NULL)
         {
-            G_warning (_("%s - %s not found"), G_program_name(), name);
+            G_warning (_("Raster map <%s> not found"), name);
             G_sleep(3);
             ok = 0;
         }
@@ -189,7 +189,7 @@
  * build the new cats and colors. do this before closing the new
  * file, in case the new file is one of the patching files as well.
  */
-    G_message (_("Creating support files for %s"), new_name);
+    G_message (_("Creating support files for <%s>..."), new_name);
     support (names, statf, nfiles, &cats, &cats_ok, &colr, &colr_ok, out_type);
 
 /* now close (and create) the result */




More information about the grass-commit mailing list