summaryrefslogtreecommitdiff
path: root/src/bin/psql/describe.c
diff options
context:
space:
mode:
authorPeter Eisentraut2022-06-19 15:39:50 +0000
committerPeter Eisentraut2022-06-19 15:39:50 +0000
commit660ee7bec276b69605b3c997ee740d5d386ad2c3 (patch)
treeae7b50aa4e545b9c8fb5a8a38a59b54dbc881392 /src/bin/psql/describe.c
parent9cd43f6cbd8b6fbac6837bcdba5e12f0ecbafefb (diff)
Message and documentation refinements
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 1a5d924a23f..d1ae6991714 100644
--- a/src/bin/psql/describe.c
+++ b/src/bin/psql/describe.c
@@ -6393,7 +6393,7 @@ describeSubscriptions(const char *pattern, bool verbose)
appendPQExpBuffer(&buf,
", subtwophasestate AS \"%s\"\n"
", subdisableonerr AS \"%s\"\n",
- gettext_noop("Two phase commit"),
+ gettext_noop("Two-phase commit"),
gettext_noop("Disable on error"));
appendPQExpBuffer(&buf,