From: Bborie Park Date: Thu, 12 Jul 2012 13:49:46 +0000 (+0000) Subject: Changed word choice "Supported" instead of "Available" X-Git-Tag: 2.1.0beta2~808 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b82f31be714744d596b4ad3e4d3949a3e1cba7f8;p=postgis Changed word choice "Supported" instead of "Available" git-svn-id: http://svn.osgeo.org/postgis/trunk@10050 b70326c6-7e19-0410-871a-916f4a2858ee --- 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);