[GRASS-SVN] r60595 - grass/trunk/vector/v.in.ogr
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu May 29 21:01:53 PDT 2014
Author: hcho
Date: 2014-05-29 21:01:53 -0700 (Thu, 29 May 2014)
New Revision: 60595
Modified:
grass/trunk/vector/v.in.ogr/main.c
Log:
v.in.ogr: error message
Modified: grass/trunk/vector/v.in.ogr/main.c
===================================================================
--- grass/trunk/vector/v.in.ogr/main.c 2014-05-30 02:30:30 UTC (rev 60594)
+++ grass/trunk/vector/v.in.ogr/main.c 2014-05-30 04:01:53 UTC (rev 60595)
@@ -1050,7 +1050,7 @@
Vect_subst_var(Fi->database,
&Map));
if (driver == NULL) {
- G_fatal_error(_("Unable open database <%s> by driver <%s>"),
+ G_fatal_error(_("Unable to open database <%s> by driver <%s>"),
Vect_subst_var(Fi->database, &Map), Fi->driver);
}
More information about the grass-commit
mailing list