From bddc35ac664bc16a8953d0d46bf85e80b78bc493 Mon Sep 17 00:00:00 2001
From: Michael Meskes <meskes@postgresql.org>
Date: Mon, 20 Jun 2011 13:53:15 +0200
Subject: [PATCH] Fixed string in German translation that causes segfault.

Applied patch by Christoph Berg <cb@df7cb.de> to replace placeholder "%s" by
correct string.
---
 src/backend/po/de.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab