[GRASS-SVN] r60486 - in grass/trunk/vector: v.external v.external.out v.in.ogr

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 25 14:47:22 PDT 2014


Author: martinl
Date: 2014-05-25 14:47:21 -0700 (Sun, 25 May 2014)
New Revision: 60486

Modified:
   grass/trunk/vector/v.external.out/list.c
   grass/trunk/vector/v.external/list.c
   grass/trunk/vector/v.in.ogr/main.c
Log:
v.in.ogr/v.external/v.external.out: standardize -f message (cosmetics)

Modified: grass/trunk/vector/v.external/list.c
===================================================================
--- grass/trunk/vector/v.external/list.c	2014-05-25 21:43:37 UTC (rev 60485)
+++ grass/trunk/vector/v.external/list.c	2014-05-25 21:47:21 UTC (rev 60486)
@@ -91,7 +91,7 @@
     int i, count;
     char **list;
     
-    G_message(_("List of supported formats:"));
+    G_message(_("Supported formats:"));
 
     list = format_list(&count, NULL);
     

Modified: grass/trunk/vector/v.external.out/list.c
===================================================================
--- grass/trunk/vector/v.external.out/list.c	2014-05-25 21:43:37 UTC (rev 60485)
+++ grass/trunk/vector/v.external.out/list.c	2014-05-25 21:47:21 UTC (rev 60486)
@@ -99,7 +99,7 @@
     int i, count;
     char **list;
     
-    G_message(_("List of supported formats:"));
+    G_message(_("Supported formats:"));
 
     list = format_list(&count, NULL);
     

Modified: grass/trunk/vector/v.in.ogr/main.c
===================================================================
--- grass/trunk/vector/v.in.ogr/main.c	2014-05-25 21:43:37 UTC (rev 60485)
+++ grass/trunk/vector/v.in.ogr/main.c	2014-05-25 21:47:21 UTC (rev 60486)
@@ -314,7 +314,7 @@
     if (flag.formats->answer) {
 	int iDriver;
 
-	G_message(_("Available OGR Drivers:"));
+	G_message(_("Supported formats:"));
 
 	for (iDriver = 0; iDriver < OGRGetDriverCount(); iDriver++) {
 	    OGRSFDriverH poDriver = OGRGetDriver(iDriver);



More information about the grass-commit mailing list