* src/plugins/PatchNames.py: Typo.
* src/plugins/ChangeNames.py: Correct description. svn: r3765
This commit is contained in:
parent
f451761fb9
commit
0eb2089881
@ -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
|
||||
|
@ -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.")
|
||||
)
|
||||
|
@ -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.")
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user