parent
49966a4e7f
commit
931b703340
@ -1,4 +1,5 @@
|
|||||||
2007-06-17 Alex Roitman <shura@gramps-project.org>
|
2007-06-17 Alex Roitman <shura@gramps-project.org>
|
||||||
|
* src/plugins/Verify.py: Clarification in wording: #1071.
|
||||||
* src/GrampsCfg.py (NameFormatEditDlg.cb_format_changed): Catch
|
* src/GrampsCfg.py (NameFormatEditDlg.cb_format_changed): Catch
|
||||||
exception when format string is invalid.
|
exception when format string is invalid.
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Gramps - a GTK+/GNOME based genealogy program
|
# 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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -1473,7 +1473,6 @@ register_tool(
|
|||||||
tool_class = Verify,
|
tool_class = Verify,
|
||||||
options_class = VerifyOptions,
|
options_class = VerifyOptions,
|
||||||
modes = Tool.MODE_GUI | Tool.MODE_CLI,
|
modes = Tool.MODE_GUI | Tool.MODE_CLI,
|
||||||
translated_name = _("Verify the database"),
|
translated_name = _("Verify the data"),
|
||||||
description = _("Lists exceptions to assertions or checks "
|
description = _("Verifies the data against user-defined tests")
|
||||||
"about the database")
|
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user