* src/plugins/PatchNames.py: Typo.

* src/plugins/ChangeNames.py: Correct description.


svn: r3765
This commit is contained in:
Alex Roitman
2004-11-29 03:51:42 +00:00
parent e499e58d00
commit df51c9b8a6
3 changed files with 6 additions and 3 deletions

View File

@@ -189,6 +189,5 @@ register_tool(
_("Fix capitalization of family names"),
category=_("Database Processing"),
description=_("Searches the entire database and attempts to "
"extract titles and nicknames that may be embedded "
"in a person's given name field.")
"fix capitalization of the names.")
)

View File

@@ -306,6 +306,6 @@ register_tool(
_("Extract information from names"),
category=_("Database Processing"),
description=_("Searches the entire database and attempts to "
"extract titles, nicknames and surname prefixes ",
"extract titles, nicknames and surname prefixes "
"that may be embedded in a person's given name field.")
)