From b82f31be714744d596b4ad3e4d3949a3e1cba7f8 Mon Sep 17 00:00:00 2001 From: Bborie Park Date: Thu, 12 Jul 2012 13:49:46 +0000 Subject: [PATCH] Changed word choice "Supported" instead of "Available" git-svn-id: http://svn.osgeo.org/postgis/trunk@10050 b70326c6-7e19-0410-871a-916f4a2858ee --- raster/loader/raster2pgsql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raster/loader/raster2pgsql.c b/raster/loader/raster2pgsql.c index db5f203f3..94a898c06 100644 --- a/raster/loader/raster2pgsql.c +++ b/raster/loader/raster2pgsql.c @@ -2389,7 +2389,7 @@ main(int argc, char **argv) { rterror(_("Could not get list of available GDAL raster formats")); } else { - printf(_("Available GDAL raster formats:\n")); + printf(_("Supported GDAL raster formats:\n")); for (j = 0; j < drv_count; j++) { printf(_(" %s\n"), drv_set[j].long_name); -- 2.50.1