3723: Some labels should be plural ?
svn: r14906
This commit is contained in:
parent
0a2b0b84bf
commit
b5274cb626
@ -43,5 +43,5 @@ from Filters.Rules._HasSourceBase import HasSourceBase
|
||||
class HasSource(HasSourceBase):
|
||||
"""Families with sources"""
|
||||
|
||||
name = _('Families with <count> source')
|
||||
description = _("Matches families with a certain number of items in the source")
|
||||
name = _('Families with <count> sources')
|
||||
description = _("Matches families with a certain number of sources connected to it")
|
||||
|
@ -43,5 +43,5 @@ from Filters.Rules._HasSourceBase import HasSourceBase
|
||||
class HasSource(HasSourceBase):
|
||||
"""People with sources"""
|
||||
|
||||
name = _('People with <count> source')
|
||||
description = _("Matches people with a certain number of items in the source")
|
||||
name = _('People with <count> sources')
|
||||
description = _("Matches people with a certain number of sources connected to it")
|
||||
|
@ -43,7 +43,7 @@ class HasSourceBase(Rule):
|
||||
|
||||
labels = [ _('Number of instances:'), _('Number must be:')]
|
||||
name = _('Objects with <count> sources')
|
||||
description = _("Matches objects that have a certain number of sources")
|
||||
description = _("Matches objects that have a certain number of sources connected to it")
|
||||
category = _('General filters')
|
||||
|
||||
def prepare(self, db):
|
||||
|
Loading…
Reference in New Issue
Block a user