diff --git a/ChangeLog b/ChangeLog index 9e97b2c63..8f71c7c0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2007-07-29 Brian Matherly + * src/plugins/MarkerReport.py: Typo. + 2007-07-29 Brian Matherly * src/plugins/MarkerReport.py: Change the way marker types are collected. diff --git a/src/plugins/MarkerReport.py b/src/plugins/MarkerReport.py index 3ab9c250e..4138b02d4 100644 --- a/src/plugins/MarkerReport.py +++ b/src/plugins/MarkerReport.py @@ -556,5 +556,5 @@ register_report( status=(_("Stable")), description=_("Generates a list of people with a specified marker"), author_name="Brian G. Matherly", - author_email="pez4brian@gramps-project.org" + author_email="brian@gramps-project.org" )