Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 489b540

Browse files
committed
psql: Adjust capitalization of table heading
for consistency with surrounding headings
1 parent 08c45ae commit 489b540

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

src/bin/psql/describe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6555,7 +6555,7 @@ describeSubscriptions(const char *pattern, bool verbose)
65556555
", subrunasowner AS \"%s\"\n",
65566556
gettext_noop("Origin"),
65576557
gettext_noop("Password required"),
6558-
gettext_noop("Run as Owner?"));
6558+
gettext_noop("Run as owner?"));
65596559

65606560
appendPQExpBuffer(&buf,
65616561
", subsynccommit AS \"%s\"\n"

0 commit comments

Comments
 (0)