mirror of
https://github.com/postgres/postgres.git
synced 2026-02-13 15:53:13 -05:00
Fix typo in Japanese translation for psql "Use \d+ to list them."
This commit is contained in:
parent
6da07cd80d
commit
72e1d3d6e4
1 changed files with 1 additions and 1 deletions
|
|
@ -1624,7 +1624,7 @@ msgstr "継承"
|
|||
#: describe.c:2005
|
||||
#, c-format
|
||||
msgid "Number of child tables: %d (Use \\d+ to list them.)"
|
||||
msgstr "子テーブルの数:%d(\\d で一覧表示)"
|
||||
msgstr "子テーブルの数:%d(\\d+ で一覧表示)"
|
||||
|
||||
#: describe.c:2012
|
||||
msgid "Child tables"
|
||||
|
|
|
|||
Loading…
Reference in a new issue