mistake on names and descriptions (after date)

svn: r12093
This commit is contained in:
Jérôme Rapinat 2009-02-23 18:16:52 +00:00
parent 5224211634
commit c98e4e94df
3 changed files with 6 additions and 6 deletions

View File

@ -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")

View File

@ -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")

View File

@ -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")