3723: Some labels should be plural ?
svn: r14902
This commit is contained in:
@@ -20414,11 +20414,11 @@ msgid "Family filters"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/Filters/Rules/Person/_HasSource.py:46
|
#: ../src/Filters/Rules/Person/_HasSource.py:46
|
||||||
msgid "People with <count> source"
|
msgid "People with <count> sources"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/Filters/Rules/Person/_HasSource.py:47
|
#: ../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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/Filters/Rules/Person/_HasSourceOf.py:46
|
#: ../src/Filters/Rules/Person/_HasSourceOf.py:46
|
||||||
|
@@ -40,5 +40,5 @@ from Filters.Rules._HasSourceBase import HasSourceBase
|
|||||||
class HasSource(HasSourceBase):
|
class HasSource(HasSourceBase):
|
||||||
"""Events with sources"""
|
"""Events with sources"""
|
||||||
|
|
||||||
name = _('Events with <count> source')
|
name = _('Events with <count> sources')
|
||||||
description = _("Matches events with a certain number of items in the source")
|
description = _("Matches events with a certain number of sources connected to it")
|
||||||
|
Reference in New Issue
Block a user