mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Small message fixes
This commit is contained in:
@ -2509,7 +2509,7 @@ printPsetInfo(const char *param, struct printQueryOpt *popt)
|
||||
if (popt->topt.default_footer)
|
||||
printf(_("Default footer (%s) is on.\n"), param);
|
||||
else
|
||||
printf(_("Default footer (%s) is off."), param);
|
||||
printf(_("Default footer (%s) is off.\n"), param);
|
||||
}
|
||||
|
||||
/* show format */
|
||||
|
Reference in New Issue
Block a user