[GRASS-SVN] r61012 - in grass/trunk/general: g.mremove g.remove

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jun 27 08:00:33 PDT 2014


Author: hcho
Date: 2014-06-27 08:00:33 -0700 (Fri, 27 Jun 2014)
New Revision: 61012

Modified:
   grass/trunk/general/g.mremove/check_reclass.c
   grass/trunk/general/g.remove/main.c
Log:
g.mremove, g.remove: messages synced

Modified: grass/trunk/general/g.mremove/check_reclass.c
===================================================================
--- grass/trunk/general/g.mremove/check_reclass.c	2014-06-27 13:20:11 UTC (rev 61011)
+++ grass/trunk/general/g.mremove/check_reclass.c	2014-06-27 15:00:33 UTC (rev 61012)
@@ -16,8 +16,7 @@
 		G_warning(_("Raster map <%s@%s> is a base map for <%s>. Remove forced."),
 			  name, mapset, *rmaps);
 	    else
-		G_warning(_
-			  ("Raster map <%s@%s> is a base map. Remove reclassed map first: %s"),
+		G_warning(_("Raster map <%s@%s> is a base map. Remove reclassed map <%s> first."),
 			  name, mapset, *rmaps);
 	}
 
@@ -39,8 +38,7 @@
 	if (nrmaps == 1 && !G_strcasecmp(rmaps[0], qname)) {
 
 	    if (remove(path) < 0)
-		G_warning(_
-			  ("Removing information about reclassed map from [%s@%s] failed"),
+		G_warning(_("Removing information about reclassed map from <%s@%s> failed"),
 			  rname, rmapset);
 	}
 	else {
@@ -53,10 +51,8 @@
 		fclose(fp);
 	    }
 	    else
-		G_warning(_
-			  ("Removing information about reclassed map from [%s@%s] failed"),
+		G_warning(_("Removing information about reclassed map from <%s@%s> failed"),
 			  rname, rmapset);
-
 	}
     }
 

Modified: grass/trunk/general/g.remove/main.c
===================================================================
--- grass/trunk/general/g.remove/main.c	2014-06-27 13:20:11 UTC (rev 61011)
+++ grass/trunk/general/g.remove/main.c	2014-06-27 15:00:33 UTC (rev 61012)
@@ -38,7 +38,7 @@
 		G_warning(_("Raster map <%s@%s> is a base map for <%s>. Remove forced."),
 			  name, mapset, *rmaps);
 	    else
-		G_warning(_("Raster <%s@%s> is a base map. Remove reclassed map <%s> first."),
+		G_warning(_("Raster map <%s@%s> is a base map. Remove reclassed map <%s> first."),
 			  name, mapset, *rmaps);
 	}
 



More information about the grass-commit mailing list