diff options
author | Peter Eisentraut | 2021-04-16 09:04:04 +0000 |
---|---|---|
committer | Peter Eisentraut | 2021-04-16 09:05:58 +0000 |
commit | 25593d7d338232fb855ba563b325237de8f14091 (patch) | |
tree | 8ec97e7ef6219cd58bf814c40263dacfd286aa12 /src/bin/psql/describe.c | |
parent | 254a2164e5b216ecf98882f8bcb9e239ab2d432d (diff) |
psql: Small fixes for better translatability
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 400b683859c..3e39fdb5452 100644 --- a/src/bin/psql/describe.c +++ b/src/bin/psql/describe.c @@ -4088,7 +4088,7 @@ listTables(const char *tabtypes, const char *pattern, bool verbose, bool showSys (showTables || showMatViews || showIndexes)) appendPQExpBuffer(&buf, ",\n am.amname as \"%s\"", - gettext_noop("Access Method")); + gettext_noop("Access method")); /* * As of PostgreSQL 9.0, use pg_table_size() to show a more accurate |