Use plural form of messages.
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 22 Sep 2010 20:31:28 +0000 (14:31 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 23 Sep 2010 18:24:25 +0000 (12:24 -0600)
imp/lib/Search/Element/Mailinglist.php

index a74c92a..f205b6e 100644 (file)
@@ -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");
     }
 
 }