From: Peter Eisentraut Date: Mon, 13 Mar 2017 13:10:49 +0000 (-0400) Subject: initdb: Re-add translatable string that got lost X-Git-Tag: REL_10_BETA1~670 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=d69fae203c8223c45ae1201acce46e8beb0eb6ee;p=postgresql.git initdb: Re-add translatable string that got lost --- diff --git a/src/bin/initdb/initdb.c b/src/bin/initdb/initdb.c index da113bd2635..9b71e0042d8 100644 --- a/src/bin/initdb/initdb.c +++ b/src/bin/initdb/initdb.c @@ -3235,7 +3235,8 @@ main(int argc, char *argv[]) appendShellString(start_db_cmd, pgdata_native); /* add suggested -l switch and "start" command */ - appendPQExpBufferStr(start_db_cmd, " -l logfile start"); + /* translator: This is a placeholder in a shell command. */ + appendPQExpBuffer(start_db_cmd, " -l %s start", _("logfile")); printf(_("\nSuccess. You can now start the database server using:\n\n" " %s\n\n"),