Don't use database in tool description
svn: r16040
This commit is contained in:
parent
9e592f65dc
commit
4f52aa63e4
@ -55,8 +55,8 @@ from gen.plug import (TOOL_DEBUG, TOOL_ANAL, TOOL_DBPROC, TOOL_DBFIX,
|
|||||||
tool_categories = {
|
tool_categories = {
|
||||||
TOOL_DEBUG : _("Debug"),
|
TOOL_DEBUG : _("Debug"),
|
||||||
TOOL_ANAL : _("Analysis and Exploration"),
|
TOOL_ANAL : _("Analysis and Exploration"),
|
||||||
TOOL_DBPROC : _("Database Processing"),
|
TOOL_DBPROC : _("Family Tree Processing"),
|
||||||
TOOL_DBFIX : _("Database Repair"),
|
TOOL_DBFIX : _("Family Tree Repair"),
|
||||||
TOOL_REVCTL : _("Revision Control"),
|
TOOL_REVCTL : _("Revision Control"),
|
||||||
TOOL_UTILS : _("Utilities"),
|
TOOL_UTILS : _("Utilities"),
|
||||||
}
|
}
|
||||||
|
@ -328,12 +328,12 @@ tool_modes = [TOOL_MODE_GUI]
|
|||||||
register(TOOL,
|
register(TOOL,
|
||||||
id = 'patchnames',
|
id = 'patchnames',
|
||||||
name = _("Extract Information from Names"),
|
name = _("Extract Information from Names"),
|
||||||
description = _("Allow editing database owner information."),
|
description = _("Extract titles, prefixes and compound surnames from given name or family name."),
|
||||||
version = '1.0',
|
version = '1.0',
|
||||||
gramps_target_version = '3.3',
|
gramps_target_version = '3.3',
|
||||||
status = STABLE,
|
status = STABLE,
|
||||||
fname = 'PatchNames.py',
|
fname = 'PatchNames.py',
|
||||||
authors = ["Donald N. Allingham"],
|
authors = ["Donald N. Allingham", "Benny Malengier"],
|
||||||
authors_email = ["don@gramps-project.org"],
|
authors_email = ["don@gramps-project.org"],
|
||||||
category = TOOL_DBPROC,
|
category = TOOL_DBPROC,
|
||||||
toolclass = 'PatchNames',
|
toolclass = 'PatchNames',
|
||||||
|
Loading…
Reference in New Issue
Block a user