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: mutt-1-8-rel~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=07807b6b987e6e8b69b3daf06b8b3b9b877acebf;p=mutt Make a string translatable. Add a missing space at the end. --- diff --git a/smime.c b/smime.c index c68f7e8e..2fcb82c8 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)))