pg_dump: Restore lost translation marker

The refactoring in 03d02f54a6 lost a translation marker.
This commit is contained in:
Peter Eisentraut 2023-05-08 07:43:54 +02:00
parent 0890f7d528
commit 9f9abfeb10
1 changed files with 1 additions and 1 deletions

View File

@ -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;