Don't use database in tool description
svn: r16040
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user