]> granicus.if.org Git - neomutt/commitdiff
Make a string translatable. Add a missing space at the end.
authorVincent Lefevre <vincent@vinc17.net>
Fri, 18 Nov 2016 15:59:22 +0000 (16:59 +0100)
committerRichard Russon <rich@flatcap.org>
Thu, 24 Nov 2016 19:28:14 +0000 (19:28 +0000)
smime.c

diff --git a/smime.c b/smime.c
index c68f7e8ecce7d6404ee4167f15280e165075f4cc..2fcb82c846f788d96b5bcd308ceaf2305b050b80 100644 (file)
--- 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)))