]> granicus.if.org Git - neomutt/commitdiff
Minor translation fix.
authorBenno Schulenberg <i18n@benno.vertaalt.nl>
Sat, 29 Aug 2015 14:40:28 +0000 (07:40 -0700)
committerBenno Schulenberg <i18n@benno.vertaalt.nl>
Sat, 29 Aug 2015 14:40:28 +0000 (07:40 -0700)
This makes two equivalent translation messages the exact same so they
only need to be translated once.

smime.c

diff --git a/smime.c b/smime.c
index 9b52c07b66fd2b98e11db6318a00cdaa529fb925..eebde5629adf327dd7832d94ff7720abe0b638b7 100644 (file)
--- a/smime.c
+++ b/smime.c
@@ -1439,7 +1439,7 @@ BODY *smime_build_smime_entity (BODY *a, char *certlist)
   if (empty)
   {
     /* fatal error while trying to encrypt message */
-    if (!err) mutt_any_key_to_continue _("No output from OpenSSL..");
+    if (!err) mutt_any_key_to_continue _("No output from OpenSSL...");
     mutt_unlink (tempfile);
     return (NULL);
   }