pg_dump: Restore lost translation marker

The refactoring in 03d02f54a6 lost a translation marker.
pull/137/head
Peter Eisentraut 2 years ago
parent 0890f7d528
commit 9f9abfeb10
  1. 2
      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;

Loading…
Cancel
Save