From f48fa2bc8b6252ae8fccc69729a3bddb6863b8f1 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 13 Sep 2018 23:35:43 +0200 Subject: Message style improvements Fix one untranslatable string concatenation in pg_rewind. Fix one message in pg_verify_checksums to use a style use elsewhere and avoid plural issues. Fix one gratuitous abbreviation in psql. --- src/bin/psql/help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/psql/help.c') diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index 316030d358a..586aebddd3d 100644 --- a/src/bin/psql/help.c +++ b/src/bin/psql/help.c @@ -369,7 +369,7 @@ helpVariables(unsigned short int pager) fprintf(output, _(" HISTFILE\n" " file name used to store the command history\n")); fprintf(output, _(" HISTSIZE\n" - " max number of commands to store in the command history\n")); + " maximum number of commands to store in the command history\n")); fprintf(output, _(" HOST\n" " the currently connected database server host\n")); fprintf(output, _(" IGNOREEOF\n" -- cgit v1.2.3