]> granicus.if.org Git - neomutt/commitdiff
I18N: recvattach.c: Add comment to translation string
authorReis Radomil <reisradomil@fake-box.com>
Sun, 22 Apr 2018 04:15:57 +0000 (04:15 +0000)
committerRichard Russon <rich@flatcap.org>
Tue, 24 Apr 2018 20:16:15 +0000 (21:16 +0100)
Document the '%s' parameter for translators.

recvattach.c

index 0545a103927129173280ad90570e56d5b2c50b8c..7ea552ec1cf369b86b68364eac808983b66b033a 100644 (file)
@@ -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;
           }