fix typos
svn: r4379
This commit is contained in:
parent
3b9b193b27
commit
b905316bbd
@ -1,3 +1,8 @@
|
||||
2005-04-19 Eero Tamminen <eerot@sf>
|
||||
* src/GenericFilter.py: Fix typo
|
||||
* src/ReportUtils.py: Fix typos
|
||||
* src/gramps.glade: Fix typo
|
||||
|
||||
2005-04-18 Guillaume Pratte <guillaumep@soireevideo.org>
|
||||
* src/po/fr.po: Translation updated, but not finished.
|
||||
|
||||
|
@ -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')
|
||||
|
@ -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 }
|
||||
|
@ -4366,7 +4366,7 @@ Other</property>
|
||||
<property name="items" translatable="yes">Married
|
||||
Unmarried
|
||||
Civil Union
|
||||
Uknown
|
||||
Unknown
|
||||
Other</property>
|
||||
<signal name="changed" handler="on_prel_changed" last_modification_time="Fri, 30 Jul 2004 15:32:53 GMT"/>
|
||||
</widget>
|
||||
|
Loading…
Reference in New Issue
Block a user