diff --git a/ChangeLog b/ChangeLog index cf5bf97f1..5435e1d18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-11-28 Alex Roitman + * src/plugins/PatchNames.py: Typo. + * src/plugins/ChangeNames.py: Correct description. + 2004-11-28 Don Allingham * src/EditPerson.py: Allow the photo to accept events, allowing us to display a popup menu similar to galleries diff --git a/src/plugins/ChangeNames.py b/src/plugins/ChangeNames.py index 0c927b6a4..a5ee16127 100644 --- a/src/plugins/ChangeNames.py +++ b/src/plugins/ChangeNames.py @@ -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.") ) diff --git a/src/plugins/PatchNames.py b/src/plugins/PatchNames.py index cc7454438..fad423e14 100644 --- a/src/plugins/PatchNames.py +++ b/src/plugins/PatchNames.py @@ -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.") )