#2465 default to equal to, and cleanup hasnote

svn: r11252
This commit is contained in:
Benny Malengier
2008-11-05 12:36:02 +00:00
parent 0caef9a59b
commit 642392bbf3
6 changed files with 15 additions and 15 deletions

View File

@@ -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")

View File

@@ -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")

View File

@@ -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")

View File

@@ -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")

View File

@@ -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")