From: Vincent Lefevre Date: Fri, 18 Nov 2016 15:59:22 +0000 (+0100) Subject: Make a string translatable. Add a missing space at the end. X-Git-Tag: neomutt-20161126~8^2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=943994cf0b9d260519a1a3b6d6f2e2550178dda1;p=neomutt Make a string translatable. Add a missing space at the end. --- diff --git a/smime.c b/smime.c index c68f7e8ec..2fcb82c84 100644 --- a/smime.c +++ b/smime.c @@ -1228,7 +1228,7 @@ void smime_invoke_import (char *infile, char *mailbox) buf[0] = '\0'; if (option (OPTASKCERTLABEL)) - mutt_get_field ("Label for certificate:", buf, sizeof (buf), 0); + mutt_get_field (_("Label for certificate: "), buf, sizeof (buf), 0); mutt_endwin (NULL); if ((certfile = smime_extract_certificate(infile)))