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:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user