From 985afe6e991cb355bcf595aca6120f6301226889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Wed, 5 Nov 2008 11:33:58 +0000 Subject: [PATCH] 2465: More rules according to User Interface Object tabs svn: r11250 --- src/Filters/Rules/Family/_HasGallery.py | 4 ++-- src/Filters/Rules/Family/_HasNote.py | 4 ++-- src/Filters/Rules/Family/_HasSource.py | 4 ++-- src/Filters/Rules/Person/_HasNote.py | 4 ++-- src/Filters/Rules/Person/_HasSource.py | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Filters/Rules/Family/_HasGallery.py b/src/Filters/Rules/Family/_HasGallery.py index 31cbb4b33..766ad5f89 100755 --- a/src/Filters/Rules/Family/_HasGallery.py +++ b/src/Filters/Rules/Family/_HasGallery.py @@ -40,5 +40,5 @@ from Filters.Rules._HasGalleryBase import HasGalleryBase class HasGallery(HasGalleryBase): """Rule that checks for family who has media object reference""" - name = _('Families with media') - description = _("Matches families with media object in the gallery") + name = _('Families with media') + description = _("Matches families with a certain number of items in the gallery") diff --git a/src/Filters/Rules/Family/_HasNote.py b/src/Filters/Rules/Family/_HasNote.py index 299bf8ba0..7a57f987d 100755 --- a/src/Filters/Rules/Family/_HasNote.py +++ b/src/Filters/Rules/Family/_HasNote.py @@ -43,5 +43,5 @@ from Filters.Rules._HasNoteBase import HasNoteBase class HasNote(HasNoteBase): """Families having notes""" - name = _('Families having note') - description = _("Matches families that have a note") + name = _('Families having note') + description = _("Matches families having a certain number of items in note") diff --git a/src/Filters/Rules/Family/_HasSource.py b/src/Filters/Rules/Family/_HasSource.py index d9af0184e..d60513600 100755 --- a/src/Filters/Rules/Family/_HasSource.py +++ b/src/Filters/Rules/Family/_HasSource.py @@ -43,5 +43,5 @@ from Filters.Rules._HasSourceBase import HasSourceBase class HasSource(HasSourceBase): """Families with sources""" - name = _('Families with source') - description = _("Matches families with a source") + name = _('Families with source') + description = _("Matches families with a certain number of items in the source") diff --git a/src/Filters/Rules/Person/_HasNote.py b/src/Filters/Rules/Person/_HasNote.py index aaa6cb2aa..c16b73505 100644 --- a/src/Filters/Rules/Person/_HasNote.py +++ b/src/Filters/Rules/Person/_HasNote.py @@ -43,5 +43,5 @@ from Filters.Rules._HasNoteBase import HasNoteBase class HasNote(HasNoteBase): """People having notes""" - name = _('People having note') - description = _("Matches people that have a note") + name = _('People having note') + description = _("Matches people having a certain number of items in note") diff --git a/src/Filters/Rules/Person/_HasSource.py b/src/Filters/Rules/Person/_HasSource.py index 07e89832f..06067a284 100755 --- a/src/Filters/Rules/Person/_HasSource.py +++ b/src/Filters/Rules/Person/_HasSource.py @@ -43,5 +43,5 @@ from Filters.Rules._HasSourceBase import HasSourceBase class HasSource(HasSourceBase): """People with sources""" - name = _('People with source') - description = _("Matches people with a source") + name = _('People with source') + description = _("Matches people with a certain number of items in the source")