diff --git a/ChangeLog b/ChangeLog index 6a40dc542..fe264ba09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2007-06-17 Alex Roitman + * src/plugins/Verify.py: Clarification in wording: #1071. + 2007-06-16 Don Allingham * src/DbManager.py: add user sorting to manager lists diff --git a/src/plugins/Verify.py b/src/plugins/Verify.py index 12fea26a0..411919fc4 100644 --- a/src/plugins/Verify.py +++ b/src/plugins/Verify.py @@ -1,7 +1,7 @@ # # Gramps - a GTK+/GNOME based genealogy program # -# Copyright (C) 2000-2006 Donald N. Allingham +# Copyright (C) 2000-2007 Donald N. Allingham # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -1483,7 +1483,6 @@ register_tool( tool_class = Verify, options_class = VerifyOptions, modes = Tool.MODE_GUI | Tool.MODE_CLI, - translated_name = _("Verify the database"), - description = _("Lists exceptions to assertions or checks " - "about the database") + translated_name = _("Verify the data"), + description = _("Verifies the data against user-defined tests") )