mistake on names and descriptions (after date)
svn: r12093
This commit is contained in:
parent
5224211634
commit
c98e4e94df
@ -20,7 +20,7 @@ from Filters.Rules._ChangedSinceBase import ChangedSinceBase
|
||||
class ChangedSince(ChangedSinceBase):
|
||||
"""Rule that checks for families changed since a specific time."""
|
||||
|
||||
name = _('Families changed before <date time>')
|
||||
description = _("Matches family records changed before a specified "
|
||||
name = _('Families changed after <date time>')
|
||||
description = _("Matches family records changed after a specified "
|
||||
"date-time (yyyy-mm-dd hh:mm:ss) or in the range, if a second "
|
||||
"date-time is given")
|
||||
|
@ -20,7 +20,7 @@ from Filters.Rules._ChangedSinceBase import ChangedSinceBase
|
||||
class ChangedSince(ChangedSinceBase):
|
||||
"""Rule that checks for media objects changed since a specific time"""
|
||||
|
||||
name = _('Media objects changed before <date time>')
|
||||
description = _("Matches media objects changed before a specified "
|
||||
name = _('Media objects changed after <date time>')
|
||||
description = _("Matches media objects changed after a specified "
|
||||
"date:time (yyyy-mm-dd hh:mm:ss) or in the range, if a second "
|
||||
"date:time is given")
|
||||
|
@ -20,7 +20,7 @@ from Filters.Rules._ChangedSinceBase import ChangedSinceBase
|
||||
class ChangedSince(ChangedSinceBase):
|
||||
"""Rule that checks for notes changed since a specific time."""
|
||||
|
||||
name = _('Notes changed before <date time>')
|
||||
description = _("Matches note records changed since a specified "
|
||||
name = _('Notes changed after <date time>')
|
||||
description = _("Matches note records changed after a specified "
|
||||
"date-time (yyyy-mm-dd hh:mm:ss) or in the range, if a second "
|
||||
"date-time is given")
|
||||
|
Loading…
x
Reference in New Issue
Block a user