From df7afdf59ff08e86b935adf7102160902ef575c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Mon, 22 Mar 2010 13:09:25 +0000 Subject: [PATCH] 3723: Some labels should be plural ? svn: r14902 --- po/gramps.pot | 4 ++-- src/Filters/Rules/Event/_HasSource.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/po/gramps.pot b/po/gramps.pot index d2a4a32e8..76c87c106 100644 --- a/po/gramps.pot +++ b/po/gramps.pot @@ -20414,11 +20414,11 @@ msgid "Family filters" msgstr "" #: ../src/Filters/Rules/Person/_HasSource.py:46 -msgid "People with source" +msgid "People with sources" msgstr "" #: ../src/Filters/Rules/Person/_HasSource.py:47 -msgid "Matches people with a certain number of items in the source" +msgid "Matches people with a certain number of sources connected to it" msgstr "" #: ../src/Filters/Rules/Person/_HasSourceOf.py:46 diff --git a/src/Filters/Rules/Event/_HasSource.py b/src/Filters/Rules/Event/_HasSource.py index a79915d8c..1562e30ca 100644 --- a/src/Filters/Rules/Event/_HasSource.py +++ b/src/Filters/Rules/Event/_HasSource.py @@ -40,5 +40,5 @@ from Filters.Rules._HasSourceBase import HasSourceBase class HasSource(HasSourceBase): """Events with sources""" - name = _('Events with source') - description = _("Matches events with a certain number of items in the source") + name = _('Events with sources') + description = _("Matches events with a certain number of sources connected to it")