* src/ReportUtils.py (buried_partial_date_no_place): Typo.

svn: r5932
This commit is contained in:
Alex Roitman 2006-02-14 02:37:42 +00:00
parent 16563fcf32
commit 98aab9b503
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
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
the media oject references.

View File

@ -525,7 +525,7 @@ buried_partial_date_place = {
buried_partial_date_no_place = {
RelLib.Person.MALE: [
_("%(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: [
_("%(female_name)s was buried in %(month_year)s."),