fix typos

svn: r4368
This commit is contained in:
Eero Tamminen
2005-04-17 17:48:42 +00:00
parent 1f96107362
commit 315367e81d
3 changed files with 7 additions and 3 deletions

View File

@@ -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 }