aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/describe.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2023-05-16 06:13:59 +0200
committerPeter Eisentraut <peter@eisentraut.org>2023-05-16 06:13:59 +0200
commit489b5409e4a0fa36c951561bae8ae4394e7d623f (patch)
treebeb8f259b6a8fa590c924c3757c117a0f6416419 /src/bin/psql/describe.c
parent08c45ae235660844167de8730da908d351f4352d (diff)
downloadpostgresql-489b5409e4a0fa36c951561bae8ae4394e7d623f.tar.gz
postgresql-489b5409e4a0fa36c951561bae8ae4394e7d623f.zip
psql: Adjust capitalization of table heading
for consistency with surrounding headings
Diffstat (limited to 'src/bin/psql/describe.c')
-rw-r--r--src/bin/psql/describe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/describe.c b/src/bin/psql/describe.c
index 058e41e749c..50f39a2e50b 100644
--- a/src/bin/psql/describe.c
+++ b/src/bin/psql/describe.c
@@ -6555,7 +6555,7 @@ describeSubscriptions(const char *pattern, bool verbose)
", subrunasowner AS \"%s\"\n",
gettext_noop("Origin"),
gettext_noop("Password required"),
- gettext_noop("Run as Owner?"));
+ gettext_noop("Run as owner?"));
appendPQExpBuffer(&buf,
", subsynccommit AS \"%s\"\n"