Changeset 5429:c5256c65eedb

Show
Ignore:
Timestamp:
2008-06-26 12:52:20 (5 months ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Mark new error message for translation.

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r5427 r5429  
    1 2008-06-26 00:18 -0700  Brendan Cully  <brendan@kublai.com>  (5d46ad49d04a) 
     12008-06-26 12:47 -0700  Brendan Cully  <brendan@kublai.com>  (be7e07963099) 
     2 
     3        * curs_lib.c: Force a resize event after calling an external editor. 
     4        Closes #2207 
     5 
     6        * lib.c, lib.h, mh.c: fflush before fsync and close. Closes #2962 
     7        again. 
    28 
    39        * mh.c: fsync maildir/mh messages on commit. Closes #2962. 
  • handler.c

    r5422 r5429  
    12001200    if (rc) 
    12011201    { 
    1202       mutt_error ("One or more parts of this message could not be displayed"); 
     1202      mutt_error (_("One or more parts of this message could not be displayed")); 
    12031203      dprint (1, (debugfile, "Failed on attachment #%d, type %s/%s.\n", count, TYPE(p), NONULL (p->subtype))); 
    12041204    }