1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +03:00

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.
This commit is contained in:
Peter Eisentraut
2018-09-13 23:35:43 +02:00
parent 240d40db88
commit f48fa2bc8b
3 changed files with 19 additions and 11 deletions

View File

@ -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"