0001711: Inconsistant names for graphical reports
svn: r10152
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
|
||||
# $Id$
|
||||
|
||||
"""Tools/Database Processing/Extract Information from Names..."""
|
||||
"""Tools/Database Processing/Extract Information from Names"""
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
@ -356,11 +356,11 @@ register_tool(
|
||||
tool_class = PatchNames,
|
||||
options_class = PatchNamesOptions,
|
||||
modes = Tool.MODE_GUI,
|
||||
translated_name = _("Extract Information from Names..."),
|
||||
status=(_("Stable")),
|
||||
translated_name = _("Extract Information from Names"),
|
||||
status = _("Stable"),
|
||||
author_name = "Donald N. Allingham",
|
||||
author_email = "don@gramps-project.org",
|
||||
description=_("Searches the entire database and attempts to "
|
||||
"extract titles, nicknames and surname prefixes "
|
||||
"that may be embedded in a person's given name field.")
|
||||
description = _("Searches the entire database and attempts to "
|
||||
"extract titles, nicknames and surname prefixes "
|
||||
"that may be embedded in a person's given name field.")
|
||||
)
|
||||
|
Reference in New Issue
Block a user