From: Reis Radomil Date: Sun, 22 Apr 2018 04:15:57 +0000 (+0000) Subject: I18N: recvattach.c: Add comment to translation string X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc1c0d12531d76f5a2a6c3a7c778ae325a64ccbd;p=neomutt I18N: recvattach.c: Add comment to translation string Document the '%s' parameter for translators. --- diff --git a/recvattach.c b/recvattach.c index 0545a1039..7ea552ec1 100644 --- a/recvattach.c +++ b/recvattach.c @@ -759,6 +759,10 @@ static bool can_print(struct AttachCtx *actx, struct Body *top, bool tag) { if (!mutt_can_decode(top)) { + /* L10N: + %s gets replaced by a MIME type, e.g. "text/plain" or + application/octet-stream. + */ mutt_error(_("I don't know how to print %s attachments!"), type); return false; }