3723: Some labels should be plural ?

svn: r14902
This commit is contained in:
Jérôme Rapinat
2010-03-22 13:09:25 +00:00
parent fcf37f7e42
commit df7afdf59f
2 changed files with 4 additions and 4 deletions

View File

@@ -40,5 +40,5 @@ from Filters.Rules._HasSourceBase import HasSourceBase
class HasSource(HasSourceBase):
"""Events with sources"""
name = _('Events with <count> source')
description = _("Matches events with a certain number of items in the source")
name = _('Events with <count> sources')
description = _("Matches events with a certain number of sources connected to it")