From: Michael Meskes Date: Mon, 20 Jun 2011 11:53:15 +0000 (+0200) Subject: Fixed string in German translation that causes segfault. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=b8e287711c2f0ce2aed0c1eeb50bc0154025c289;p=users%2Fhanada%2Fpostgres.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 12546385ad..96ed90825c 100644 --- a/src/backend/po/de.po +++ b/src/backend/po/de.po @@ -13509,7 +13509,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:1884 utils/adt/formatting.c:1897 #: utils/adt/formatting.c:2027