* src/plugins/*.py: updated email addresses and status

svn: r5364
This commit is contained in:
Don Allingham
2005-11-06 04:59:23 +00:00
parent 9042a74479
commit c58c75b482
32 changed files with 77 additions and 62 deletions

View File

@@ -235,7 +235,8 @@ PluginMgr.register_tool(
options_class = RelCalcOptions,
modes = Tool.MODE_GUI,
translated_name = _("Relationship calculator"),
status=(_("Stable")),
author_name = "Donald N. Allingham",
author_email = "dallingham@users.sourceforge.net",
author_email = "don@gramps-project.org",
description=_("Calculates the relationship between two people")
)