aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2011-06-20 13:53:15 +0200
committerMichael Meskes <meskes@postgresql.org>2011-06-20 13:53:15 +0200
commitbddc35ac664bc16a8953d0d46bf85e80b78bc493 (patch)
tree3bac15da108a953af5bf3626bae53de04b67279c /src
parent811f1cec8cd39d426a824223e3c4a6fa5b0f856e (diff)
downloadpostgresql-bddc35ac664bc16a8953d0d46bf85e80b78bc493.tar.gz
postgresql-bddc35ac664bc16a8953d0d46bf85e80b78bc493.zip
Fixed string in German translation that causes segfault.
Applied patch by Christoph Berg <cb@df7cb.de> to replace placeholder "%s" by correct string.
Diffstat (limited to 'src')
-rw-r--r--src/backend/po/de.po2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/po/de.po b/src/backend/po/de.po
index ba70dc31d84..86150ae8eb4 100644
--- a/src/backend/po/de.po
+++ b/src/backend/po/de.po
@@ -14712,7 +14712,7 @@ msgid ""
"If your source string is not fixed-width, try using the \"FM\" modifier."
msgstr ""
"Wenn die Quellzeichenkette keine feste Breite hat, versuchen Sie den "
-"Modifikator »%s«."
+"Modifikator »FM«."
#: utils/adt/formatting.c:2113 utils/adt/formatting.c:2126
#: utils/adt/formatting.c:2256