Typo in MarkerReport.py

svn: r8788
This commit is contained in:
Brian Matherly 2007-07-29 21:28:24 +00:00
parent a2b455b552
commit 9a71cbafd2
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2007-07-29 Brian Matherly <brian@gramps-project.org>
* src/plugins/MarkerReport.py: Typo.
2007-07-29 Brian Matherly <brian@gramps-project.org>
* src/plugins/MarkerReport.py: Change the way marker types are collected.

View File

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