From d6b8237fba593b4f4eb8efa142977b58cf819131 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 22 Sep 2010 14:31:28 -0600 Subject: [PATCH] Use plural form of messages. --- imp/lib/Search/Element/Mailinglist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/lib/Search/Element/Mailinglist.php b/imp/lib/Search/Element/Mailinglist.php index a74c92ac4..f205b6eb0 100644 --- a/imp/lib/Search/Element/Mailinglist.php +++ b/imp/lib/Search/Element/Mailinglist.php @@ -49,7 +49,7 @@ class IMP_Search_Element_Mailinglist extends IMP_Search_Element */ public function queryText() { - return ($this->_data ? _("not") . ' ' : '') . _("Mailing List Message"); + return ($this->_data ? _("not") . ' ' : '') . _("Mailing List Messages"); } } -- 2.11.0