2007-06-17 Alex Roitman <shura@gramps-project.org>
* src/plugins/Verify.py: Clarification in wording: #1071. svn: r8574
This commit is contained in:
parent
493dfd0aae
commit
f3aa84f9dc
@ -1,3 +1,6 @@
|
||||
2007-06-17 Alex Roitman <shura@gramps-project.org>
|
||||
* src/plugins/Verify.py: Clarification in wording: #1071.
|
||||
|
||||
2007-06-16 Don Allingham <don@gramps-project.org>
|
||||
* src/DbManager.py: add user sorting to manager lists
|
||||
|
||||
|
@ -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")
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user