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