diff options
author | Michael Meskes <meskes@postgresql.org> | 2011-06-20 13:57:44 +0200 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2011-06-20 13:58:03 +0200 |
commit | 81418d16d73ba8137cd2eda5929555951aee87bf (patch) | |
tree | 587b3f6f8a37e01a8e9e04a895a7fefff85261c2 /src | |
parent | 4473b63586a5d23265b19e236403af469bd9d4ed (diff) | |
download | postgresql-81418d16d73ba8137cd2eda5929555951aee87bf.tar.gz postgresql-81418d16d73ba8137cd2eda5929555951aee87bf.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.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/po/de.po b/src/backend/po/de.po index ab65d8066c8..534996ac194 100644 --- a/src/backend/po/de.po +++ b/src/backend/po/de.po @@ -12318,7 +12318,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:1886 utils/adt/formatting.c:1899 #: utils/adt/formatting.c:2029 |