Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bddc35a

Browse files
author
Michael Meskes
committed
Fixed string in German translation that causes segfault.
Applied patch by Christoph Berg <[email protected]> to replace placeholder "%s" by correct string.
1 parent 811f1ce commit bddc35a

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
@@ -14712,7 +14712,7 @@ msgid ""
1471214712
"If your source string is not fixed-width, try using the \"FM\" modifier."
1471314713
msgstr ""
1471414714
"Wenn die Quellzeichenkette keine feste Breite hat, versuchen Sie den "
14715-
"Modifikator »%s«."
14715+
"Modifikator »FM«."
1471614716

1471714717
#: utils/adt/formatting.c:2113 utils/adt/formatting.c:2126
1471814718
#: utils/adt/formatting.c:2256

0 commit comments

Comments
 (0)