From 15f9344340954060db730f5cc391790df5bb9d65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Thu, 26 Nov 2009 11:13:44 +0000 Subject: [PATCH] 3391: Some sentences missed the final dot svn: r13674 --- src/Filters/Rules/Event/_ChangedSince.py | 2 +- src/Filters/Rules/Family/_ChangedSince.py | 2 +- src/Filters/Rules/MediaObject/_ChangedSince.py | 2 +- src/Filters/Rules/Note/_ChangedSince.py | 2 +- src/Filters/Rules/Person/_ChangedSince.py | 2 +- src/Filters/Rules/Place/_ChangedSince.py | 2 +- src/Filters/Rules/Repository/_ChangedSince.py | 2 +- src/Filters/Rules/Source/_ChangedSince.py | 2 +- src/Filters/Rules/_ChangedSinceBase.py | 2 +- src/GrampsCfg.py | 16 ++++++++-------- src/plugins/Records.py | 4 ++-- src/plugins/drawreport/StatisticsChart.py | 10 +++++----- src/plugins/graph/graphplugins.gpr.py | 6 +++--- src/plugins/textreport/IndivComplete.py | 4 ++-- 14 files changed, 29 insertions(+), 29 deletions(-) diff --git a/src/Filters/Rules/Event/_ChangedSince.py b/src/Filters/Rules/Event/_ChangedSince.py index 80a42f829..7162645bf 100644 --- a/src/Filters/Rules/Event/_ChangedSince.py +++ b/src/Filters/Rules/Event/_ChangedSince.py @@ -23,4 +23,4 @@ class ChangedSince(ChangedSinceBase): name = _('Events changed after ') 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.") diff --git a/src/Filters/Rules/Family/_ChangedSince.py b/src/Filters/Rules/Family/_ChangedSince.py index 650b08182..f72f5cc1a 100644 --- a/src/Filters/Rules/Family/_ChangedSince.py +++ b/src/Filters/Rules/Family/_ChangedSince.py @@ -23,4 +23,4 @@ class ChangedSince(ChangedSinceBase): name = _('Families changed after ') 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.") diff --git a/src/Filters/Rules/MediaObject/_ChangedSince.py b/src/Filters/Rules/MediaObject/_ChangedSince.py index 878134659..af5dd859f 100644 --- a/src/Filters/Rules/MediaObject/_ChangedSince.py +++ b/src/Filters/Rules/MediaObject/_ChangedSince.py @@ -23,4 +23,4 @@ class ChangedSince(ChangedSinceBase): name = _('Media objects changed after ') 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.") diff --git a/src/Filters/Rules/Note/_ChangedSince.py b/src/Filters/Rules/Note/_ChangedSince.py index ad34bb2b6..5c715e748 100644 --- a/src/Filters/Rules/Note/_ChangedSince.py +++ b/src/Filters/Rules/Note/_ChangedSince.py @@ -23,4 +23,4 @@ class ChangedSince(ChangedSinceBase): name = _('Notes changed after ') 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.") diff --git a/src/Filters/Rules/Person/_ChangedSince.py b/src/Filters/Rules/Person/_ChangedSince.py index 02ccd5dbb..c75344634 100644 --- a/src/Filters/Rules/Person/_ChangedSince.py +++ b/src/Filters/Rules/Person/_ChangedSince.py @@ -23,4 +23,4 @@ class ChangedSince(ChangedSinceBase): name = _('Persons changed after ') 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.") diff --git a/src/Filters/Rules/Place/_ChangedSince.py b/src/Filters/Rules/Place/_ChangedSince.py index f0196dc22..c5a1a40d2 100644 --- a/src/Filters/Rules/Place/_ChangedSince.py +++ b/src/Filters/Rules/Place/_ChangedSince.py @@ -23,4 +23,4 @@ class ChangedSince(ChangedSinceBase): name = _('Places changed after ') 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.") diff --git a/src/Filters/Rules/Repository/_ChangedSince.py b/src/Filters/Rules/Repository/_ChangedSince.py index 2f9aec638..2af5ba293 100644 --- a/src/Filters/Rules/Repository/_ChangedSince.py +++ b/src/Filters/Rules/Repository/_ChangedSince.py @@ -23,4 +23,4 @@ class ChangedSince(ChangedSinceBase): name = _('Repositories changed after ') 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.") diff --git a/src/Filters/Rules/Source/_ChangedSince.py b/src/Filters/Rules/Source/_ChangedSince.py index 85941dd5e..540b01e36 100644 --- a/src/Filters/Rules/Source/_ChangedSince.py +++ b/src/Filters/Rules/Source/_ChangedSince.py @@ -23,4 +23,4 @@ class ChangedSince(ChangedSinceBase): name = _('Sources changed after ') 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.") diff --git a/src/Filters/Rules/_ChangedSinceBase.py b/src/Filters/Rules/_ChangedSinceBase.py index e00fb3a7a..080f2148e 100644 --- a/src/Filters/Rules/_ChangedSinceBase.py +++ b/src/Filters/Rules/_ChangedSinceBase.py @@ -28,7 +28,7 @@ class ChangedSinceBase(Rule): name = _('Objects changed after ') 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): diff --git a/src/GrampsCfg.py b/src/GrampsCfg.py index fed5adba9..25f762097 100644 --- a/src/GrampsCfg.py +++ b/src/GrampsCfg.py @@ -205,20 +205,20 @@ class GrampsPreferences(ManagedWindow.ManagedWindow): table.set_col_spacings(6) table.set_row_spacings(6) self.add_checkbox( - table, _('Suppress warning when adding parents to a child'), + table, _('Suppress warning when adding parents to a child.'), 0, 'preferences.family-warn') self.add_checkbox( - table, _('Suppress warning when cancelling with changed data'), + table, _('Suppress warning when cancelling with changed data.'), 1, 'interface.dont-ask') self.add_checkbox( table, _('Suppress warning about missing researcher when' - ' exporting to GEDCOM'), + ' exporting to GEDCOM.'), 2, 'behavior.owner-warn') self.add_checkbox( - table, _('Show plugin status dialog on plugin load error'), + table, _('Show plugin status dialog on plugin load error.'), 3, 'behavior.pop-plugin-status') return table @@ -450,7 +450,7 @@ class GrampsPreferences(ManagedWindow.ManagedWindow): oldname = self.fmt_model.get_value(node, COL_NAME) # check to see if this pattern already exists if self.__check_for_name(translation, node): - ErrorDialog(_("This format exists already"), + ErrorDialog(_("This format exists already."), translation) self.edit_button.emit('clicked') return @@ -472,7 +472,7 @@ class GrampsPreferences(ManagedWindow.ManagedWindow): t = (_nd.format_str(self.name, escape(obj.get_text()))) self.valid = True except NameDisplayError: - t = _("Invalid or incomplete format definition") + t = _("Invalid or incomplete format definition.") self.valid = False self.fmt_model.set(self.iter, COL_EXPL, t) @@ -1062,7 +1062,7 @@ class NameFormatEditDlg(object): self.response = gtk.RESPONSE_CANCEL elif (self.fmt_name == '') ^ (self.fmt_str == ''): ErrorDialog( - _('Both Format name and definition have to be defined'), + _('Both Format name and definition have to be defined.'), parent=self.dlg) running = True @@ -1075,7 +1075,7 @@ class NameFormatEditDlg(object): sample = '%s' % t self.valid = True except NameDisplayError: - t = _("Invalid or incomplete format definition") + t = _("Invalid or incomplete format definition.") sample = '%s' % t self.valid = False diff --git a/src/plugins/Records.py b/src/plugins/Records.py index 01ea9322f..56eb82faa 100644 --- a/src/plugins/Records.py +++ b/src/plugins/Records.py @@ -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) #------------------------------------------------------------------------ diff --git a/src/plugins/drawreport/StatisticsChart.py b/src/plugins/drawreport/StatisticsChart.py index f6bc2026c..ef9a7b8a8 100644 --- a/src/plugins/drawreport/StatisticsChart.py +++ b/src/plugins/drawreport/StatisticsChart.py @@ -903,12 +903,12 @@ class StatisticsChartOptions(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) self.__pid = PersonOption(_("Filter Person")) - self.__pid.set_help(_("The center person for the filter")) + self.__pid.set_help(_("The center person for the filter.")) menu.add_option(category_name, "pid", self.__pid) self.__pid.connect('value-changed', self.__update_filters) @@ -929,7 +929,7 @@ class StatisticsChartOptions(MenuReportOptions): this_year = time.localtime()[0] year_from = NumberOption(_("People Born After"), 1700, 1, this_year) - year_from.set_help(_("Birth year from which to include people")) + year_from.set_help(_("Birth year from which to include people.")) menu.add_option(category_name,"year_from", year_from) year_to = NumberOption(_("People Born Before"), @@ -940,7 +940,7 @@ class StatisticsChartOptions(MenuReportOptions): no_years = BooleanOption(_("Include people without known birth years"), False) no_years.set_help(_("Whether to include people without " - "known birth years")) + "known birth years.")) menu.add_option(category_name,"no_years", no_years) gender = EnumeratedListOption(_('Genders included'), @@ -969,7 +969,7 @@ class StatisticsChartOptions(MenuReportOptions): category_name = _("Charts 2") opt = BooleanOption(_Extract.extractors[key][1], False) - opt.set_help(_("Include charts with indicated data")) + opt.set_help(_("Include charts with indicated data.")) menu.add_option(category_name,key, opt) idx += 1 diff --git a/src/plugins/graph/graphplugins.gpr.py b/src/plugins/graph/graphplugins.gpr.py index e5bf2dcde..bf89c8ed6 100644 --- a/src/plugins/graph/graphplugins.gpr.py +++ b/src/plugins/graph/graphplugins.gpr.py @@ -29,7 +29,7 @@ plg = newplugin() plg.id = 'familylines_graph' plg.name = _("Family Lines Graph") -plg.description = _("Produces family line graphs using GraphViz") +plg.description = _("Produces family line graphs using GraphViz.") plg.version = '1.0' plg.status = STABLE plg.fname = 'GVFamilyLines.py' @@ -51,7 +51,7 @@ plg.require_active = False plg = newplugin() plg.id = 'hourglass_graph' plg.name = _("Hourglass Graph") -plg.description = _("Produces an hourglass graph using Graphviz") +plg.description = _("Produces an hourglass graph using Graphviz.") plg.version = '1.0' plg.status = STABLE plg.fname = 'GVHourGlass.py' @@ -72,7 +72,7 @@ plg.report_modes = [REPORT_MODE_GUI, REPORT_MODE_CLI] plg = newplugin() plg.id = 'rel_graph' plg.name = _("Relationship Graph") -plg.description = _("Produces relationship graphs using Graphviz") +plg.description = _("Produces relationship graphs using Graphviz.") plg.version = '1.0' plg.status = STABLE plg.fname = 'GVRelGraph.py' diff --git a/src/plugins/textreport/IndivComplete.py b/src/plugins/textreport/IndivComplete.py index 8ba075329..360971c7a 100644 --- a/src/plugins/textreport/IndivComplete.py +++ b/src/plugins/textreport/IndivComplete.py @@ -643,12 +643,12 @@ class IndivCompleteOptions(MenuReportOptions): self.__filter = FilterOption(_("Filter"), 0) self.__filter.set_help( - _("Select the filter to be applied to the report")) + _("Select the filter to be applied to the report.")) menu.add_option(category_name, "filter", self.__filter) self.__filter.connect('value-changed', self.__filter_changed) self.__pid = PersonOption(_("Filter Person")) - self.__pid.set_help(_("The center person for the filter")) + self.__pid.set_help(_("The center person for the filter.")) menu.add_option(category_name, "pid", self.__pid) self.__pid.connect('value-changed', self.__update_filters)