[GRASS-SVN] r29820 - grass/trunk/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jan 24 14:11:03 EST 2008


Author: cdavilam
Date: 2008-01-24 14:11:03 -0500 (Thu, 24 Jan 2008)
New Revision: 29820

Modified:
   grass/trunk/lib/vector/Vlib/build_nat.c
   grass/trunk/lib/vector/Vlib/map.c
   grass/trunk/lib/vector/Vlib/overlay.c
   grass/trunk/lib/vector/Vlib/poly.c
   grass/trunk/lib/vector/Vlib/read.c
   grass/trunk/lib/vector/Vlib/sindex.c
Log:
Message standardization reverted (was wrong)


Modified: grass/trunk/lib/vector/Vlib/build_nat.c
===================================================================
--- grass/trunk/lib/vector/Vlib/build_nat.c	2008-01-24 18:57:46 UTC (rev 29819)
+++ grass/trunk/lib/vector/Vlib/build_nat.c	2008-01-24 19:11:03 UTC (rev 29820)
@@ -523,7 +523,7 @@
 	    }
 	    i++; j++;
 	}
-	prnmsg ("\r%d %s      \n", plus->n_lines, _("Primitives registered"));
+	prnmsg ("\r%d %s      \n", plus->n_lines, _("primitives registered"));
 
 	plus->built = GV_BUILD_BASE;
     }
@@ -550,7 +550,7 @@
 		Vect_build_line_area ( Map, i, side );
 	    }
 	}
-	prnmsg ("\r%d %s      \n%d %s\n", plus->n_areas, _("Areas built"), plus->n_isles, _("Isles built"));
+	prnmsg ("\r%d %s      \n%d %s\n", plus->n_areas, _("areas built"), plus->n_isles, _("isles built"));
 	plus->built = GV_BUILD_AREAS;
     }
     

Modified: grass/trunk/lib/vector/Vlib/map.c
===================================================================
--- grass/trunk/lib/vector/Vlib/map.c	2008-01-24 18:57:46 UTC (rev 29819)
+++ grass/trunk/lib/vector/Vlib/map.c	2008-01-24 19:11:03 UTC (rev 29820)
@@ -52,7 +52,7 @@
     Cats = Vect_new_cats_struct ();
    
     if ( Vect_level ( In ) < 1 )
-	G_fatal_error ("Vect_copy_map_lines(): %s", _("Input vector map is not open"));
+	G_fatal_error ("Vect_copy_map_lines(): %s", _("input vector map is not open"));
     
     ret = 0;
     /* Note: sometimes is important to copy on level 2 (pseudotopo centroids) 

Modified: grass/trunk/lib/vector/Vlib/overlay.c
===================================================================
--- grass/trunk/lib/vector/Vlib/overlay.c	2008-01-24 18:57:46 UTC (rev 29819)
+++ grass/trunk/lib/vector/Vlib/overlay.c	2008-01-24 19:11:03 UTC (rev 29820)
@@ -73,7 +73,7 @@
             Vect_overlay_and ( AMap, atype, AList, AAList, BMap, btype, BList, BAList, OMap );
             break;
 	default:
-	    G_fatal_error ("Vect_overlay(): %s", _("Unknown operator"));
+	    G_fatal_error ("Vect_overlay(): %s", _("unknown operator"));
     }
     
     return 0;

Modified: grass/trunk/lib/vector/Vlib/poly.c
===================================================================
--- grass/trunk/lib/vector/Vlib/poly.c	2008-01-24 18:57:46 UTC (rev 29819)
+++ grass/trunk/lib/vector/Vlib/poly.c	2008-01-24 19:11:03 UTC (rev 29820)
@@ -658,7 +658,7 @@
 	/* should not be reached (one condition is not necessary, but it is may be better readable
 	 * and it is a check) */
 	G_warning ("segments_x_ray() %s: X = %f Y = %f x1 = %f y1 = %f x2 = %f y2 = %f",
-		   _("Conditions failed"), X, Y, x1, y1, x2, y2 );
+		   _("conditions failed"), X, Y, x1, y1, x2, y2 );
     }
 
     return  n_intersects;

Modified: grass/trunk/lib/vector/Vlib/read.c
===================================================================
--- grass/trunk/lib/vector/Vlib/read.c	2008-01-24 18:57:46 UTC (rev 29819)
+++ grass/trunk/lib/vector/Vlib/read.c	2008-01-24 19:11:03 UTC (rev 29820)
@@ -96,7 +96,7 @@
     G_debug (3, "Vect_read_line()");
   
     if (!VECT_OPEN (Map))
-	G_fatal_error ("Vect_read_line(): %s", _("Vector map is not opened"));
+	G_fatal_error ("Vect_read_line(): %s", _("vector map is not opened"));
 
     if (line < 1 || line > Map->plus.n_lines)
         G_fatal_error (_("Vect_read_line(): line %d is not reasonable (max line in vector map: %d)"),

Modified: grass/trunk/lib/vector/Vlib/sindex.c
===================================================================
--- grass/trunk/lib/vector/Vlib/sindex.c	2008-01-24 18:57:46 UTC (rev 29819)
+++ grass/trunk/lib/vector/Vlib/sindex.c	2008-01-24 19:11:03 UTC (rev 29820)
@@ -94,7 +94,7 @@
     G_debug(3, "Vect_spatial_index_del_item(): id = %d", id );
 
     /* TODO */
-    G_fatal_error ("Vect_spatial_index_del_item() %s", _("Not implemented"));
+    G_fatal_error ("Vect_spatial_index_del_item() %s", _("not implemented"));
 
     /* Bounding box of item would be needed, which is not stored in si. */
     



More information about the grass-commit mailing list