changeset: 6486:0d346dc8dccb
user:      Benno Schulenberg <[email protected]>
date:      Sat Aug 29 07:40:28 2015 -0700
link:      http://dev.mutt.org/hg/mutt/rev/0d346dc8dccb

Minor translation fix.

This makes two equivalent translation messages the exact same so they
only need to be translated once.

diffs (12 lines):

diff -r e33ba8f72a40 -r 0d346dc8dccb smime.c
--- a/smime.c   Fri Aug 28 07:35:21 2015 -0700
+++ b/smime.c   Sat Aug 29 07:40:28 2015 -0700
@@ -1439,7 +1439,7 @@
   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);
   }

Reply via email to