diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2011-09-05 18:52:49 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2011-09-05 19:04:30 -0300 |
commit | 56a9ed92b664af191040d848ca923fb3234671ee (patch) | |
tree | 033749edd2ce347f6b420864ec0dc3c9553bd781 /src/bin/scripts/common.c | |
parent | b64f18c583675684766e364754bd3c9f702c549d (diff) | |
download | postgresql-56a9ed92b664af191040d848ca923fb3234671ee.tar.gz postgresql-56a9ed92b664af191040d848ca923fb3234671ee.zip |
Adjust translator comment format to xgettext expectations
Diffstat (limited to 'src/bin/scripts/common.c')
-rw-r--r-- | src/bin/scripts/common.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/bin/scripts/common.c b/src/bin/scripts/common.c index e85adfaf11e..9a7cc2c264c 100644 --- a/src/bin/scripts/common.c +++ b/src/bin/scripts/common.c @@ -289,10 +289,9 @@ yesno_prompt(const char *question) { char prompt[256]; - /* - * translator: This is a question followed by the translated options for - * "yes" and "no". - */ + /*------ + translator: This is a question followed by the translated options for + "yes" and "no". */ snprintf(prompt, sizeof(prompt), _("%s (%s/%s) "), _(question), _(PG_YESLETTER), _(PG_NOLETTER)); |