3723: Some labels should be plural ?
svn: r14902
This commit is contained in:
parent
fcf37f7e42
commit
df7afdf59f
@ -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
|
||||
|
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user