From b905316bbd7784ed8fd435cfc1d1a2e3e92afbb0 Mon Sep 17 00:00:00 2001 From: Eero Tamminen Date: Tue, 19 Apr 2005 16:41:22 +0000 Subject: [PATCH] fix typos svn: r4379 --- gramps2/ChangeLog | 5 +++++ gramps2/src/GenericFilter.py | 2 +- gramps2/src/ReportUtils.py | 4 ++-- gramps2/src/gramps.glade | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index c2353b048..9a1fdda2b 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,8 @@ +2005-04-19 Eero Tamminen + * src/GenericFilter.py: Fix typo + * src/ReportUtils.py: Fix typos + * src/gramps.glade: Fix typo + 2005-04-18 Guillaume Pratte * src/po/fr.po: Translation updated, but not finished. diff --git a/gramps2/src/GenericFilter.py b/gramps2/src/GenericFilter.py index 53669edd5..ce50729f7 100644 --- a/gramps2/src/GenericFilter.py +++ b/gramps2/src/GenericFilter.py @@ -1822,7 +1822,7 @@ class IsWitness(Rule): return 'Witnesses' def description(self): - return _("Matches persons who are whitness in an event") + return _("Matches persons who are witnesses in an event") def category(self): return _('Event filters') diff --git a/gramps2/src/ReportUtils.py b/gramps2/src/ReportUtils.py index 75925546b..e3fe35df5 100644 --- a/gramps2/src/ReportUtils.py +++ b/gramps2/src/ReportUtils.py @@ -1216,7 +1216,7 @@ def died_str(database,person,person_name=None,empty_date="",empty_place="", elif age_units == 2: #male, month_year, place, months text = _("%(male_name)s " "died in %(month_year)s in %(death_place)s " - "at the age of %(age)d mpnths.") % { + "at the age of %(age)d months.") % { 'male_name' : person_name, 'month_year' : ddate, 'death_place' : dplace, 'age' : age } @@ -1347,7 +1347,7 @@ def died_str(database,person,person_name=None,empty_date="",empty_place="", elif age_units == 2: #female, month_year, place, months text = _("%(female_name)s " "died in %(month_year)s in %(death_place)s " - "at the age of %(age)d mpnths.") % { + "at the age of %(age)d months.") % { 'female_name' : person_name, 'month_year' : ddate, 'death_place' : dplace, 'age' : age } diff --git a/gramps2/src/gramps.glade b/gramps2/src/gramps.glade index 8f814943c..71ef92f2e 100644 --- a/gramps2/src/gramps.glade +++ b/gramps2/src/gramps.glade @@ -4366,7 +4366,7 @@ Other Married Unmarried Civil Union -Uknown +Unknown Other