aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2012-04-23 19:22:45 +0800
committerMilan Crha <mcrha@redhat.com>2012-04-23 19:22:45 +0800
commitc4c9ef784296760cf668d3e6a41d5869e4fd2c13 (patch)
treeeec0d0ec4b98c173c5326dbe0c8f2b2ac90d3942 /mail
parente4cce2eeae7889b82ff9a1da5d4062a83f2cbdf7 (diff)
downloadgsoc2013-evolution-c4c9ef784296760cf668d3e6a41d5869e4fd2c13.tar
gsoc2013-evolution-c4c9ef784296760cf668d3e6a41d5869e4fd2c13.tar.gz
gsoc2013-evolution-c4c9ef784296760cf668d3e6a41d5869e4fd2c13.tar.bz2
gsoc2013-evolution-c4c9ef784296760cf668d3e6a41d5869e4fd2c13.tar.lz
gsoc2013-evolution-c4c9ef784296760cf668d3e6a41d5869e4fd2c13.tar.xz
gsoc2013-evolution-c4c9ef784296760cf668d3e6a41d5869e4fd2c13.tar.zst
gsoc2013-evolution-c4c9ef784296760cf668d3e6a41d5869e4fd2c13.zip
Bug #560654 - Better description for message list filter
Diffstat (limited to 'mail')
-rw-r--r--mail/message-list.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/message-list.c b/mail/message-list.c
index 154080eb19..b197d09488 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -4878,7 +4878,10 @@ regen_list_done (struct _regen_list_msg *m)
if (e_tree_row_count (E_TREE (m->ml)) <= 0) {
/* space is used to indicate no search too */
if (m->ml->search && *m->ml->search && strcmp (m->ml->search, " ") != 0)
- e_tree_set_info_message (tree, _("No message satisfies your search criteria. Either clear search with Search->Clear menu item or change it."));
+ e_tree_set_info_message (tree, _("No message satisfies your search criteria. "
+ "Change search criteria by selecting a new Show message filter from "
+ "the drop down list above or by running a new search either by clearing "
+ "it with Search->Clear menu item or by changing the query above."));
else
e_tree_set_info_message (tree, _("There are no messages in this folder."));
} else