From 36d34ce5c84c4872ae68b9d3704450ff7fd8dd4f Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Sat, 21 Jun 2003 08:51:23 +0000 Subject: [PATCH] 2003-06-21 Tim Waugh * src/plugins/Ancestors.py (event_info): Better handling of strings. svn: r1766 --- ChangeLog | 1 + src/plugins/Ancestors.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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