From: Michael M Slusarz Date: Wed, 22 Sep 2010 20:31:28 +0000 (-0600) Subject: Use plural form of messages. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d6b8237fba593b4f4eb8efa142977b58cf819131;p=horde.git Use plural form of messages. --- 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"); } }