Don't use database in tool description

svn: r16040
This commit is contained in:
Benny Malengier
2010-10-24 19:07:10 +00:00
parent 9e592f65dc
commit 4f52aa63e4
2 changed files with 4 additions and 4 deletions

View File

@@ -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',