* 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

@ -1,3 +1,7 @@
2004-11-28 Alex Roitman <shura@alex.neuro.umn.edu>
* src/plugins/PatchNames.py: Typo.
* src/plugins/ChangeNames.py: Correct description.
2004-11-28 Don Allingham <dallingham@users.sourceforge.net>
* src/EditPerson.py: Allow the photo to accept events, allowing us
to display a popup menu similar to galleries

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.")
)