mistake on names and descriptions (after date)
svn: r12094
This commit is contained in:
parent
c98e4e94df
commit
cc6e62dc66
@ -18,9 +18,9 @@ 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 after 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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user