summaryrefslogtreecommitdiff
path: root/src/bin/psql/describe.c
diff options
context:
space:
mode:
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 058e41e749..50f39a2e50 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"