From: Michael Meskes Date: Mon, 20 Jun 2011 11:57:44 +0000 (+0200) Subject: Fixed string in German translation that causes segfault. X-Git-Tag: REL8_4_9~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81418d16d73ba8137cd2eda5929555951aee87bf;p=thirdparty%2Fpostgresql.git Fixed string in German translation that causes segfault. Applied patch by Christoph Berg to replace placeholder "%s" by correct string. --- 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