Skip to content

Commit b8e2877

Browse files
author
Michael Meskes
committed
Fixed string in German translation that causes segfault.
Applied patch by Christoph Berg <cb@df7cb.de> to replace placeholder "%s" by correct string.
1 parent ccdce73 commit b8e2877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/po/de.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13509,7 +13509,7 @@ msgid ""
1350913509
"If your source string is not fixed-width, try using the \"FM\" modifier."
1351013510
msgstr ""
1351113511
"Wenn die Quellzeichenkette keine feste Breite hat, versuchen Sie den "
13512-
"Modifikator »%s«."
13512+
"Modifikator »FM«."
1351313513

1351413514
#: utils/adt/formatting.c:1884 utils/adt/formatting.c:1897
1351513515
#: utils/adt/formatting.c:2027

0 commit comments

Comments
 (0)