3391: Some sentences missed the final dot
svn: r13674
This commit is contained in:
@@ -23,4 +23,4 @@ class ChangedSince(ChangedSinceBase):
|
||||
name = _('Events changed after <date time>')
|
||||
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 is given")
|
||||
"date/time is given.")
|
||||
|
||||
@@ -23,4 +23,4 @@ class ChangedSince(ChangedSinceBase):
|
||||
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")
|
||||
"date-time is given.")
|
||||
|
||||
@@ -23,4 +23,4 @@ class ChangedSince(ChangedSinceBase):
|
||||
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")
|
||||
"date:time is given.")
|
||||
|
||||
@@ -23,4 +23,4 @@ class ChangedSince(ChangedSinceBase):
|
||||
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")
|
||||
"date-time is given.")
|
||||
|
||||
@@ -23,4 +23,4 @@ class ChangedSince(ChangedSinceBase):
|
||||
name = _('Persons changed after <date time>')
|
||||
description = _("Matches person records changed after a specified "
|
||||
"date-time (yyyy-mm-dd hh:mm:ss) or in the range, if a second "
|
||||
"date-time is given")
|
||||
"date-time is given.")
|
||||
|
||||
@@ -23,4 +23,4 @@ class ChangedSince(ChangedSinceBase):
|
||||
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")
|
||||
"date-time is given.")
|
||||
|
||||
@@ -23,4 +23,4 @@ class ChangedSince(ChangedSinceBase):
|
||||
name = _('Repositories changed after <date time>')
|
||||
description = _("Matches repository records changed after a specified "
|
||||
"date/time (yyyy-mm-dd hh:mm:ss) or in the range, if a second "
|
||||
"date/time is given")
|
||||
"date/time is given.")
|
||||
|
||||
@@ -23,4 +23,4 @@ class ChangedSince(ChangedSinceBase):
|
||||
name = _('Sources changed after <date time>')
|
||||
description = _("Matches source records changed after a specified "
|
||||
"date-time (yyyy-mm-dd hh:mm:ss) or in the range, if a second "
|
||||
"date-time is given")
|
||||
"date-time is given.")
|
||||
|
||||
@@ -28,7 +28,7 @@ class ChangedSinceBase(Rule):
|
||||
name = _('Objects changed after <date time>')
|
||||
description = _("Matches object records changed after a specified "
|
||||
"date/time (yyyy-mm-dd hh:mm:ss) or in range, if a second "
|
||||
"date/time is given")
|
||||
"date/time is given.")
|
||||
category = _('General filters')
|
||||
|
||||
def add_time(self, date):
|
||||
|
||||
Reference in New Issue
Block a user