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

@ -441,7 +441,7 @@ class RecordsReportOptions(MenuReportOptions):
self.__filter = FilterOption(_("Filter"), 0)
self.__filter.set_help(
_("Determines what people are included in the report"))
_("Determines what people are included in the report."))
menu.add_option(category_name, "filter", self.__filter)
self.__filter.connect('value-changed', self.__filter_changed)
@ -519,7 +519,7 @@ class RecordsReportOptions(MenuReportOptions):
font.set_bold(1)
para = ParagraphStyle()
para.set_font(font)
para.set_description(_("The style used for the report title"))
para.set_description(_("The style used for the report title."))
default_style.add_paragraph_style('REC-Title', para)
#------------------------------------------------------------------------