* src/ReportUtils.py (buried_partial_date_no_place): Typo.
svn: r5932
This commit is contained in:
parent
16563fcf32
commit
98aab9b503
@ -1,4 +1,5 @@
|
|||||||
2006-02-13 Alex Roitman <shura@gramps-project.org>
|
2006-02-13 Alex Roitman <shura@gramps-project.org>
|
||||||
|
* src/ReportUtils.py (buried_partial_date_no_place): Typo.
|
||||||
* src/ArgHandler.py (ArgHandler.cl_export): Do not strip path from
|
* src/ArgHandler.py (ArgHandler.cl_export): Do not strip path from
|
||||||
the media oject references.
|
the media oject references.
|
||||||
|
|
||||||
|
@ -525,7 +525,7 @@ buried_partial_date_place = {
|
|||||||
buried_partial_date_no_place = {
|
buried_partial_date_no_place = {
|
||||||
RelLib.Person.MALE: [
|
RelLib.Person.MALE: [
|
||||||
_("%(male_name)s was buried in %(month_year)s."),
|
_("%(male_name)s was buried in %(month_year)s."),
|
||||||
_("He was buried on %(month_year)s."),
|
_("He was buried in %(month_year)s."),
|
||||||
],
|
],
|
||||||
RelLib.Person.FEMALE: [
|
RelLib.Person.FEMALE: [
|
||||||
_("%(female_name)s was buried in %(month_year)s."),
|
_("%(female_name)s was buried in %(month_year)s."),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user