diff --git a/src/bin/pg_dump/compress_io.c b/src/bin/pg_dump/compress_io.c index db19058354d..f97fb1aaff8 100644 --- a/src/bin/pg_dump/compress_io.c +++ b/src/bin/pg_dump/compress_io.c @@ -106,7 +106,7 @@ supports_compression(const pg_compress_specification compression_spec) #endif if (!supported) - return psprintf("this build does not support compression with %s", + return psprintf(_("this build does not support compression with %s"), get_compress_algorithm_name(algorithm)); return NULL;