Explorar o código

Minor changes in error message

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60060 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho %!s(int64=11) %!d(string=hai) anos
pai
achega
f3713d7974
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      vector/v.in.db/main.c

+ 2 - 2
vector/v.in.db/main.c

@@ -138,9 +138,9 @@ int main(int argc, char *argv[])
 		    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);