From: Michael Meskes Date: Mon, 20 Jun 2011 11:53:15 +0000 (+0200) Subject: Fixed string in German translation that causes segfault. X-Git-Tag: REL9_2_BETA1~1532 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bddc35ac664bc16a8953d0d46bf85e80b78bc493;p=postgresql 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 ba70dc31d8..86150ae8eb 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