From 9a71cbafd28a61f8d60ecf81d7cabd3056080b07 Mon Sep 17 00:00:00 2001 From: Brian Matherly Date: Sun, 29 Jul 2007 21:28:24 +0000 Subject: [PATCH] Typo in MarkerReport.py svn: r8788 --- ChangeLog | 3 +++ src/plugins/MarkerReport.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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" )