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>
|
2005-04-18 Guillaume Pratte <guillaumep@soireevideo.org>
|
||||||
* src/po/fr.po: Translation updated, but not finished.
|
* src/po/fr.po: Translation updated, but not finished.
|
||||||
|
|
||||||
|
@ -1822,7 +1822,7 @@ class IsWitness(Rule):
|
|||||||
return 'Witnesses'
|
return 'Witnesses'
|
||||||
|
|
||||||
def description(self):
|
def description(self):
|
||||||
return _("Matches persons who are whitness in an event")
|
return _("Matches persons who are witnesses in an event")
|
||||||
|
|
||||||
def category(self):
|
def category(self):
|
||||||
return _('Event filters')
|
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
|
elif age_units == 2: #male, month_year, place, months
|
||||||
text = _("%(male_name)s "
|
text = _("%(male_name)s "
|
||||||
"died in %(month_year)s in %(death_place)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,
|
'male_name' : person_name,
|
||||||
'month_year' : ddate, 'death_place' : dplace,
|
'month_year' : ddate, 'death_place' : dplace,
|
||||||
'age' : age }
|
'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
|
elif age_units == 2: #female, month_year, place, months
|
||||||
text = _("%(female_name)s "
|
text = _("%(female_name)s "
|
||||||
"died in %(month_year)s in %(death_place)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,
|
'female_name' : person_name,
|
||||||
'month_year' : ddate, 'death_place' : dplace,
|
'month_year' : ddate, 'death_place' : dplace,
|
||||||
'age' : age }
|
'age' : age }
|
||||||
|
@ -4366,7 +4366,7 @@ Other</property>
|
|||||||
<property name="items" translatable="yes">Married
|
<property name="items" translatable="yes">Married
|
||||||
Unmarried
|
Unmarried
|
||||||
Civil Union
|
Civil Union
|
||||||
Uknown
|
Unknown
|
||||||
Other</property>
|
Other</property>
|
||||||
<signal name="changed" handler="on_prel_changed" last_modification_time="Fri, 30 Jul 2004 15:32:53 GMT"/>
|
<signal name="changed" handler="on_prel_changed" last_modification_time="Fri, 30 Jul 2004 15:32:53 GMT"/>
|
||||||
</widget>
|
</widget>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user