svn: r12773
This commit is contained in:
Jérôme Rapinat 2009-07-07 09:44:19 +00:00
parent 72183e94a7
commit 7a235029d8

View File

@ -20,7 +20,7 @@ from Filters.Rules._ChangedSinceBase import ChangedSinceBase
class ChangedSince(ChangedSinceBase):
"""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 "
"date-time (yyyy-mm-dd hh:mm:ss) or in the range, if a second "
"date-time is given")