summaryrefslogtreecommitdiffstats
path: root/pop.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-10-03 22:04:35 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-10-03 22:04:35 +0000
commitf852f40fd265d3981a0cf7ec931572a5b070053c (patch)
tree520b3f6d402c7f117bd57c4c4a73d5b71b9cab05 /pop.c
parent533ff8e263b3ede5f2a8f450cad3e34a34a341c6 (diff)
Source tree and make process changes. make dist and make
maintainer-clean should now work as they are supposed to.
Diffstat (limited to 'pop.c')
-rw-r--r--pop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pop.c b/pop.c
index 66f892c6..ee08e9e9 100644
--- a/pop.c
+++ b/pop.c
@@ -192,7 +192,7 @@ void mutt_fetchPopMail (void)
goto finish;
snprintf (msgbuf, sizeof (msgbuf),
- msgs > 1 ? "_(Reading %d new message (%d bytes)...") :
+ msgs > 1 ? _("Reading %d new message (%d bytes)...") :
("Reading %d new messages (%d bytes)..."), msgs, bytes);
mutt_message (msgbuf);