summaryrefslogtreecommitdiffstats
path: root/imap
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 /imap
parent75e32eeb76c0a57b3d9a96cd962b73ac64ca0d5a (diff)
Add translation comments and improvements.
These were suggested by TAKAHASHI Tamotsu.
Diffstat (limited to 'imap')
-rw-r--r--imap/message.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/imap/message.c b/imap/message.c
index 3972f60f..bf14b85a 100644
--- a/imap/message.c
+++ b/imap/message.c
@@ -137,6 +137,8 @@ int imap_read_headers (IMAP_DATA* idata, int msgbegin, int msgend)
}
if (evalhc)
{
+ /* L10N:
+ Comparing the cached data with the IMAP server's data */
mutt_progress_init (&progress, _("Evaluating cache..."),
M_PROGRESS_MSG, ReadInc, msgend + 1);