summaryrefslogtreecommitdiffstats
path: root/editmsg.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2015-09-13 11:47:09 +0800
committerKevin McCarthy <kevin@8t8.us>2015-09-13 11:47:09 +0800
commit13571c6fc7c42ed91ac34ec1f6d01891501cdd64 (patch)
tree25d628e572b86a50d46ff74407a4476774ab8a31 /editmsg.c
parent75e32eeb76c0a57b3d9a96cd962b73ac64ca0d5a (diff)
Add translation comments and improvements.
These were suggested by TAKAHASHI Tamotsu.
Diffstat (limited to 'editmsg.c')
-rw-r--r--editmsg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/editmsg.c b/editmsg.c
index 2d916a0d..8ba31052 100644
--- a/editmsg.c
+++ b/editmsg.c
@@ -146,6 +146,7 @@ static int edit_one_message (CONTEXT *ctx, HEADER *cur)
if (mx_open_mailbox (ctx->path, M_APPEND, &tmpctx) == NULL)
{
rc = -1;
+ /* L10N: %s is from strerror(errno) */
mutt_error (_("Can't append to folder: %s"), strerror (errno));
goto bail;
}