diff --git a/src/Utils.py b/src/Utils.py index 0cf721a1a..30234881d 100644 --- a/src/Utils.py +++ b/src/Utils.py @@ -104,7 +104,7 @@ family_rel_descriptions = { "members of the same sex"), gen.lib.FamilyRelType.UNKNOWN : _("Unknown relationship between a man " "and woman"), - gen.lib.FamilyRelType.CUSTOM : _("An unspecified relationship " + gen.lib.FamilyRelType.CUSTOM : _("An unspecified relationship between " "a man and woman"), } diff --git a/src/ViewManager.py b/src/ViewManager.py index 933e5a857..be06ea982 100644 --- a/src/ViewManager.py +++ b/src/ViewManager.py @@ -1082,7 +1082,7 @@ class ViewManager: if not os.path.isdir(filename): ErrorDialog( _("Could not load a recent Family Tree."), - _("Family Tree does not exists, as it has been deleted.")) + _("Family Tree does not exist, as it has been deleted.")) return if self.db_loader.read_file(filename): diff --git a/src/data/tips.xml.in b/src/data/tips.xml.in index ddedbb3dc..ee6ecc0da 100644 --- a/src/data/tips.xml.in +++ b/src/data/tips.xml.in @@ -75,7 +75,7 @@ database. <_tip number="13"> -GRAMPS comes with a rich set of tools. These allows you to undertake +GRAMPS comes with a rich set of tools. These allow you to undertake operations such as checking database for errors and consistency, as well as research and analysis tools such as event comparison, finding duplicate people, interactive descendant browser, and others. @@ -135,7 +135,7 @@ date entry options. <_tip number="21"> Duplicate Entries: Tools > Database Processing > Find -possible duplicate people allows you to located (and merge) entries +possible duplicate people allows you to locate (and merge) entries of the same person entered more than once in the database. @@ -181,7 +181,7 @@ listed as a child of the Active Person. <_tip number="28"> -Editing The Relationship of a Child: Not all children are the related by +Editing The Relationship of a Child: Not all children are related by birth to their parents. You can edit the relationship of a child to each parent by making the child the active person. In the Relationship View, click on the third icon to the right of the @@ -426,7 +426,7 @@ original documents. <_tip number="61"> Go from what you know to what you do not. Always record everything that is -known before making conjecture. Often the facts at hand suggest plenty of +known before making conjectures. Often the facts at hand suggest plenty of direction for more research. Don't waste time looking through thousands of records hoping for a trail when you have other unexplored leads. @@ -439,7 +439,7 @@ way in making your family history come alive. <_tip number="63"> -GRAMPS has been translated to 15 languages. If GRAMPS supports your +GRAMPS has been translated to more than 20 languages. If GRAMPS supports your language and it is not being displayed, set the default language on your machine and restart GRAMPS. diff --git a/src/plugins/Calendar.py b/src/plugins/Calendar.py index 3a48fa011..41bda98a3 100644 --- a/src/plugins/Calendar.py +++ b/src/plugins/Calendar.py @@ -218,7 +218,7 @@ class Calendar(Report): # get data from database: self.collect_data() # generate the report: - self.progress.set_pass(_('Formating months...'), 12) + self.progress.set_pass(_('Formatting months...'), 12) for month in range(1, 13): self.progress.step() self.print_page(month) @@ -441,7 +441,7 @@ class CalendarReport(Calendar): self.doc.start_paragraph('BIR-Text3style') self.doc.write_text(_("Relationships shown are to %s") % name_displayer.display_name(name)) self.doc.end_paragraph() - self.progress.set_pass(_('Formating months...'), 12) + self.progress.set_pass(_('Formatting months...'), 12) for month in range(1, 13): self.progress.step() self.print_page(month)