* 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

@@ -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."),