diff --git a/ChangeLog b/ChangeLog index 17a47588d..0f7b87612 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,5 @@ 2003-06-21 Tim Waugh + * src/plugins/Ancestors.py (event_info): Better handling of strings. * src/plugins/Ancestors.py (person_name): Handle titles and suffices. 2003-06-19 Tim Waugh diff --git a/src/plugins/Ancestors.py b/src/plugins/Ancestors.py index 18c6dcde3..7bc20e435 100644 --- a/src/plugins/Ancestors.py +++ b/src/plugins/Ancestors.py @@ -316,7 +316,7 @@ class AncestorsReport (Report.Report): if dateobj: text = dateobj.getText () if text: - info += ' in ' + text + info += ' ' + text[0].lower() + text[1:] elif dateobj.getValid (): if (dateobj.getDayValid () and dateobj.getMonthValid () and