]> granicus.if.org Git - mutt/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)
committerVincent Lefevre <vincent@vinc17.net>
Fri, 18 Nov 2016 15:59:22 +0000 (16:59 +0100)
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)))