typo
svn: r12773
This commit is contained in:
parent
72183e94a7
commit
7a235029d8
@ -20,7 +20,7 @@ from Filters.Rules._ChangedSinceBase import ChangedSinceBase
|
|||||||
class ChangedSince(ChangedSinceBase):
|
class ChangedSince(ChangedSinceBase):
|
||||||
"""Rules that checks for places changed since a specific time."""
|
"""Rules that checks for places changed since a specific time."""
|
||||||
|
|
||||||
name = ('Places changed after <date time>')
|
name = _('Places changed after <date time>')
|
||||||
description = _("Matches place records changed after a specified "
|
description = _("Matches place 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