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_DEBUG : _("Debug"),
|
||||
TOOL_ANAL : _("Analysis and Exploration"),
|
||||
TOOL_DBPROC : _("Database Processing"),
|
||||
TOOL_DBFIX : _("Database Repair"),
|
||||
TOOL_DBPROC : _("Family Tree Processing"),
|
||||
TOOL_DBFIX : _("Family Tree Repair"),
|
||||
TOOL_REVCTL : _("Revision Control"),
|
||||
TOOL_UTILS : _("Utilities"),
|
||||
}
|
||||
|
@ -328,12 +328,12 @@ tool_modes = [TOOL_MODE_GUI]
|
||||
register(TOOL,
|
||||
id = 'patchnames',
|
||||
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',
|
||||
gramps_target_version = '3.3',
|
||||
status = STABLE,
|
||||
fname = 'PatchNames.py',
|
||||
authors = ["Donald N. Allingham"],
|
||||
authors = ["Donald N. Allingham", "Benny Malengier"],
|
||||
authors_email = ["don@gramps-project.org"],
|
||||
category = TOOL_DBPROC,
|
||||
toolclass = 'PatchNames',
|
||||
|
Loading…
Reference in New Issue
Block a user