3723: Some labels should be plural ?

svn: r14902
This commit is contained in:
Jérôme Rapinat 2010-03-22 13:09:25 +00:00
parent fcf37f7e42
commit df7afdf59f
2 changed files with 4 additions and 4 deletions

View File

@ -20414,11 +20414,11 @@ msgid "Family filters"
msgstr ""
#: ../src/Filters/Rules/Person/_HasSource.py:46
msgid "People with <count> source"
msgid "People with <count> 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

View File

@ -40,5 +40,5 @@ from Filters.Rules._HasSourceBase import HasSourceBase
class HasSource(HasSourceBase):
"""Events with sources"""
name = _('Events with <count> source')
description = _("Matches events with a certain number of items in the source")
name = _('Events with <count> sources')
description = _("Matches events with a certain number of sources connected to it")