From: Thomas Roessler Date: Fri, 18 Dec 1998 09:09:04 +0000 (+0000) Subject: Fix a format which had %s instead of %d. X-Git-Tag: archive/mutt-0-95-exp~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a59db9d67a65ed4ff64476e96c91f3c4e9d1c8f1;p=mutt Fix a format which had %s instead of %d. --- diff --git a/po/de.po b/po/de.po index 9b6923a2..654d4a4f 100644 --- a/po/de.po +++ b/po/de.po @@ -2937,7 +2937,7 @@ msgstr "Signal %s... Abbruch.\n" #: signal.c:44 #, c-format msgid "Caught signal %d... Exiting.\n" -msgstr "Signal %s... Abbruch.\n" +msgstr "Signal %d... Abbruch.\n" #: sort.c:199 msgid "Sorting mailbox..."