[GRASS-SVN] r60060 - grass/trunk/vector/v.in.db

svn_grass at osgeo.org svn_grass at osgeo.org
Sat May 3 13:19:21 PDT 2014


Author: hcho
Date: 2014-05-03 13:19:21 -0700 (Sat, 03 May 2014)
New Revision: 60060

Modified:
   grass/trunk/vector/v.in.db/main.c
Log:
Minor changes in error message

Modified: grass/trunk/vector/v.in.db/main.c
===================================================================
--- grass/trunk/vector/v.in.db/main.c	2014-05-03 19:21:32 UTC (rev 60059)
+++ grass/trunk/vector/v.in.db/main.c	2014-05-03 20:19:21 UTC (rev 60060)
@@ -138,9 +138,9 @@
 		    strcmp(fi->driver, driver_opt->answer) == 0 &&
 		    strcmp(fi->database, database_opt->answer) == 0 &&
 		    strcmp(fi->table, table_opt->answer) == 0)
-		    G_fatal_error(_("Vector <%s> cannot be overwritten "
+		    G_fatal_error(_("Vector map <%s> cannot be overwritten "
 				    "because input table <%s> is linked to "
-				    "the output vector."),
+				    "this map."),
 				    outvect->answer, table_opt->answer);
 	    }
 	    Vect_close(&Map);



More information about the grass-commit mailing list