summaryrefslogtreecommitdiffstats
path: root/buffy.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-10-01 09:27:57 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-10-01 09:27:57 +0000
commit691bd529e512097f427d230c947ff4cf0adb8a38 (patch)
tree3bdaff6c2d27ecf7d4f1ddc78d1eef87089d33ed /buffy.c
parentdea307bbc2b8cf7639af5a148c6146e21644e6e4 (diff)
Adding gettext support, based on the patch by Marco d'Itri.
Diffstat (limited to 'buffy.c')
-rw-r--r--buffy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/buffy.c b/buffy.c
index d74e6cb1..9250e8d0 100644
--- a/buffy.c
+++ b/buffy.c
@@ -354,7 +354,7 @@ int mutt_buffy_notify (void)
{
strfcpy (path, tmp->path, sizeof (path));
mutt_pretty_mailbox (path);
- mutt_message ("New mail in %s.", path);
+ mutt_message (_("New mail in %s."), path);
tmp->notified = 1;
BuffyNotify--;
return (1);