From b0eb9fa0969f9b5b20d268b85550881a962aeb32 Mon Sep 17 00:00:00 2001 From: Sankar P Date: Mon, 16 Oct 2006 14:25:28 +0000 Subject: Changes the string displayed in the status bar. Fixes #320615 2005-10-16 Sankar P * mail-ops.c: (em_filter_folder_element_describe) Changes the string displayed in the status bar. Fixes #320615 svn path=/trunk/; revision=32894 --- mail/ChangeLog | 6 ++++++ mail/mail-ops.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index 8c48c589d9..a9679f6c0b 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2005-10-16 Sankar P + + * mail-ops.c: (em_filter_folder_element_describe) + Changes the string displayed in the status bar. + Fixes #320615 + 2006-10-16 Ushveen Kaur ** Fixes bug #308276 diff --git a/mail/mail-ops.c b/mail/mail-ops.c index c835c45f79..1c3411d645 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -102,7 +102,7 @@ struct _fetch_mail_msg { static char * em_filter_folder_element_describe (struct _mail_msg *mm, int complete) { - return g_strdup (_("Filtering Folder")); + return g_strdup (_("Filtering Selected Messages")); } /* filter a folder, or a subset thereof, uses source_folder/source_uids */ -- cgit v1.2.3