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