[GRASS-SVN] r56471 - grass/trunk/vector/v.out.ogr
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed May 29 05:10:21 PDT 2013
Author: martinl
Date: 2013-05-29 05:10:21 -0700 (Wed, 29 May 2013)
New Revision: 56471
Modified:
grass/trunk/vector/v.out.ogr/main.c
Log:
v.out.ogr: cosmetics in done message
Modified: grass/trunk/vector/v.out.ogr/main.c
===================================================================
--- grass/trunk/vector/v.out.ogr/main.c 2013-05-29 12:09:46 UTC (rev 56470)
+++ grass/trunk/vector/v.out.ogr/main.c 2013-05-29 12:10:21 UTC (rev 56471)
@@ -969,7 +969,7 @@
G_warning ("%d features of different type skip", fskip);
*/
- G_done_msg(_("%d features (%s) written to <%s> (%s format)."), fout,
+ G_done_msg(_("%d features (%s type) written to <%s> (%s format)."), fout,
OGRGeometryTypeToName(wkbtype),
options.layer->answer, options.format->answer);
More information about the grass-commit
mailing list