]> granicus.if.org Git - postgis/commitdiff
Changed word choice "Supported" instead of "Available"
authorBborie Park <bkpark at ucdavis.edu>
Thu, 12 Jul 2012 13:49:46 +0000 (13:49 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Thu, 12 Jul 2012 13:49:46 +0000 (13:49 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10050 b70326c6-7e19-0410-871a-916f4a2858ee

raster/loader/raster2pgsql.c

index db5f203f348ea3034b29183548d7b95bcf1dd6c8..94a898c0667c4d161d7abbb7069c941a83468e94 100644 (file)
@@ -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);