@@ -43,5 +43,5 @@ from Filters.Rules._HasNoteBase import HasNoteBase
|
||||
class HasNote(HasNoteBase):
|
||||
"""Events having notes"""
|
||||
|
||||
name = _('Events having <count> note')
|
||||
description = _("Matches events having a certain number of items in note")
|
||||
name = _('Events having <count> notes')
|
||||
description = _("Matches events having a certain number of notes")
|
||||
|
||||
@@ -43,5 +43,5 @@ from Filters.Rules._HasNoteBase import HasNoteBase
|
||||
class HasNote(HasNoteBase):
|
||||
"""Families having notes"""
|
||||
|
||||
name = _('Families having <count> note')
|
||||
description = _("Matches families having a certain number of items in note")
|
||||
name = _('Families having <count> notes')
|
||||
description = _("Matches families having a certain number notes")
|
||||
|
||||
@@ -43,5 +43,5 @@ from Filters.Rules._HasNoteBase import HasNoteBase
|
||||
class HasNote(HasNoteBase):
|
||||
"""People having notes"""
|
||||
|
||||
name = _('People having <count> note')
|
||||
description = _("Matches people having a certain number of items in note")
|
||||
name = _('People having <count> notes')
|
||||
description = _("Matches people having a certain number of notes")
|
||||
|
||||
@@ -43,5 +43,5 @@ from Filters.Rules._HasNoteBase import HasNoteBase
|
||||
class HasNote(HasNoteBase):
|
||||
"""Places having notes"""
|
||||
|
||||
name = _('Places having <count> note')
|
||||
description = _("Matches places having a certain number of items in note")
|
||||
name = _('Places having <count> notes')
|
||||
description = _("Matches places having a certain number of notes")
|
||||
|
||||
@@ -43,5 +43,5 @@ from Filters.Rules._HasNoteBase import HasNoteBase
|
||||
class HasNote(HasNoteBase):
|
||||
"""Sources having notes"""
|
||||
|
||||
name = _('Sources having <count> note')
|
||||
description = _("Matches sources having a certain number of items in note")
|
||||
name = _('Sources having <count> notes')
|
||||
description = _("Matches sources having a certain number of notes")
|
||||
|
||||
Reference in New Issue
Block a user