Changeset 5429:c5256c65eedb
- Timestamp:
- 2008-06-26 12:52:20 (5 months ago)
- Author:
- Brendan Cully <brendan@…>
- Branch:
- HEAD
- Message:
-
Mark new error message for translation.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r5427
|
r5429
|
|
| 1 | | 2008-06-26 00:18 -0700 Brendan Cully <brendan@kublai.com> (5d46ad49d04a) |
| | 1 | 2008-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. |
| 2 | 8 | |
| 3 | 9 | * mh.c: fsync maildir/mh messages on commit. Closes #2962. |
-
|
r5422
|
r5429
|
|
| 1200 | 1200 | if (rc) |
| 1201 | 1201 | { |
| 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")); |
| 1203 | 1203 | dprint (1, (debugfile, "Failed on attachment #%d, type %s/%s.\n", count, TYPE(p), NONULL (p->subtype))); |
| 1204 | 1204 | } |