summaryrefslogtreecommitdiffstats
path: root/mh.c
diff options
context:
space:
mode:
Diffstat (limited to 'mh.c')
-rw-r--r--mh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mh.c b/mh.c
index 4e1f707f..73b382b7 100644
--- a/mh.c
+++ b/mh.c
@@ -178,7 +178,7 @@ static int maildir_parse_entry(CONTEXT *ctx, struct maildir ***last,
{
(*count)++;
if (!ctx->quiet && ReadInc && ((*count % ReadInc) == 0 || *count == 1))
- mutt_message ("Reading %s... %d", ctx->path, *count);
+ mutt_message (_("Reading %s... %d"), ctx->path, *count);
}
if (subdir)