3723: Some labels should be plural ?
svn: r14903
This commit is contained in:
parent
f255dc43cd
commit
0a2b0b84bf
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user