]> granicus.if.org Git - neomutt/commitdiff
Mark new error message for translation.
authorBrendan Cully <brendan@kublai.com>
Thu, 26 Jun 2008 19:52:20 +0000 (12:52 -0700)
committerBrendan Cully <brendan@kublai.com>
Thu, 26 Jun 2008 19:52:20 +0000 (12:52 -0700)
ChangeLog
handler.c

index 2160eedfa030aa3934c743a8b88381440cad3b3e..5ba5644650f7b5cafc8e51025bbc49e881cfee05 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-2008-06-26 00:18 -0700  Brendan Cully  <brendan@kublai.com>  (5d46ad49d04a)
+2008-06-26 12:47 -0700  Brendan Cully  <brendan@kublai.com>  (be7e07963099)
+
+       * curs_lib.c: Force a resize event after calling an external editor.
+       Closes #2207
+
+       * lib.c, lib.h, mh.c: fflush before fsync and close. Closes #2962
+       again.
 
        * mh.c: fsync maildir/mh messages on commit. Closes #2962.
 
index 89a06029d74504289669a31f9bfc5ee875bedf36..d29feef2df310bbd7a5ce79319d9817178035483 100644 (file)
--- a/handler.c
+++ b/handler.c
@@ -1199,7 +1199,7 @@ int multipart_handler (BODY *a, STATE *s)
     
     if (rc)
     {
-      mutt_error ("One or more parts of this message could not be displayed");
+      mutt_error (_("One or more parts of this message could not be displayed"));
       dprint (1, (debugfile, "Failed on attachment #%d, type %s/%s.\n", count, TYPE(p), NONULL (p->subtype)));
     }