diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2012-07-25 00:02:49 -0400 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2012-07-25 00:03:39 -0400 |
commit | 408e82c23479dec38f0ea3f32c24090a9d9aea89 (patch) | |
tree | 47ecc23c8c196bdcd34b758e47a9e7a605d9ebc1 /src/bin/pg_dump/pg_backup_custom.c | |
parent | 68043258ac54b09565e9bebadb16214d9b6df933 (diff) |
Add translator comments to module names
Diffstat (limited to 'src/bin/pg_dump/pg_backup_custom.c')
-rw-r--r-- | src/bin/pg_dump/pg_backup_custom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/pg_dump/pg_backup_custom.c b/src/bin/pg_dump/pg_backup_custom.c index 204309d6ad6..f7dc5be8e5a 100644 --- a/src/bin/pg_dump/pg_backup_custom.c +++ b/src/bin/pg_dump/pg_backup_custom.c @@ -85,6 +85,7 @@ static pgoff_t _getFilePos(ArchiveHandle *AH, lclContext *ctx); static size_t _CustomWriteFunc(ArchiveHandle *AH, const char *buf, size_t len); static size_t _CustomReadFunc(ArchiveHandle *AH, char **buf, size_t *buflen); +/* translator: this is a module name */ static const char *modulename = gettext_noop("custom archiver"); |