1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-29 22:49:41 +03:00

Adjust translator comment format to xgettext expectations

This commit is contained in:
Alvaro Herrera
2011-09-05 18:52:49 -03:00
parent b64f18c583
commit 56a9ed92b6
3 changed files with 16 additions and 20 deletions

View File

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