[patch] de.po REINDEX error
Started by Christoph Bergover 7 years ago2 messageshackers
de.po's error message when you try to "REINDEX DATABASE otherdb" has
been the wrong way round since 2011:
diff --git a/src/backend/po/de.po b/src/backend/po/de.po
index ca52df6731..6aa4354d82 100644
--- a/src/backend/po/de.po
+++ b/src/backend/po/de.po
@@ -7540,7 +7540,7 @@ msgstr "Tabelle �%s� hat keine Indexe"
#: commands/indexcmds.c:2329
#, c-format
msgid "can only reindex the currently open database"
-msgstr "aktuell ge�ffnete Datenbank kann nicht reindiziert werden"
+msgstr "nur die aktuell ge�ffnete Datenbank kann reindiziert werden"
#: commands/indexcmds.c:2435
#, c-format
Spotted by a participant during a PostgreSQL training.
Christoph
Re: [patch] de.po REINDEX error
On 20/12/2018 11:42, Christoph Berg wrote:
de.po's error message when you try to "REINDEX DATABASE otherdb" has
been the wrong way round since 2011:
Fixes committed to the translations repository.
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services