3391: Some sentences missed the final dot

svn: r13674
This commit is contained in:
Jérôme Rapinat
2009-11-26 11:13:44 +00:00
parent 8aa9a86c59
commit 15f9344340
14 changed files with 29 additions and 29 deletions

View File

@@ -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.")

View File

@@ -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.")

View File

@@ -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.")

View File

@@ -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.")

View File

@@ -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.")

View File

@@ -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.")

View File

@@ -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.")

View File

@@ -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.")

View File

@@ -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):