aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/ChangeLog6
-rw-r--r--mail/mail-ops.c2
2 files changed, 7 insertions, 1 deletions
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 <psankar@novell.com>
+
+ * mail-ops.c: (em_filter_folder_element_describe)
+ Changes the string displayed in the status bar.
+ Fixes #320615
+
2006-10-16 Ushveen Kaur <kushveen@novell.com>
** 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 */