1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Add translator comments to module names

This commit is contained in:
Alvaro Herrera
2012-07-25 00:02:49 -04:00
parent 68043258ac
commit 408e82c234
7 changed files with 7 additions and 0 deletions

View File

@@ -101,6 +101,7 @@ typedef struct
char *filename;
} lclTocEntry;
/* translator: this is a module name */
static const char *modulename = gettext_noop("tar archiver");
static void _LoadBlobs(ArchiveHandle *AH, RestoreOptions *ropt);