From a7186a695fd0fcc94a3bf1e8682e8012358a3461 Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Sun, 2 Mar 2008 19:40:34 +0000 Subject: [PATCH] Author info update svn: r10164 --- src/plugins/Verify.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/plugins/Verify.py b/src/plugins/Verify.py index eb1160ac4..16563e81f 100644 --- a/src/plugins/Verify.py +++ b/src/plugins/Verify.py @@ -1522,5 +1522,8 @@ register_tool( options_class = VerifyOptions, modes = Tool.MODE_GUI | Tool.MODE_CLI, translated_name = _("Verify the Data"), + status=(_("Stable")), + author_name = "Alex Roitman", + author_email = "shura@gramps-project.org", description = _("Verifies the data against user-defined tests") )