diff options
author | Peter Eisentraut | 2022-06-19 15:39:50 +0000 |
---|---|---|
committer | Peter Eisentraut | 2022-06-19 15:39:50 +0000 |
commit | 660ee7bec276b69605b3c997ee740d5d386ad2c3 (patch) | |
tree | ae7b50aa4e545b9c8fb5a8a38a59b54dbc881392 /src/bin/psql/describe.c | |
parent | 9cd43f6cbd8b6fbac6837bcdba5e12f0ecbafefb (diff) |
Message and documentation refinements
Diffstat (limited to 'src/bin/psql/describe.c')
-rw-r--r-- | src/bin/psql/describe.c | 2 |
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, |