From 90bde6a00aa841b402bc0d2b3d9bbfc3d7fa74b1 Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Sun, 6 Dec 2009 18:38:11 +0000 Subject: [PATCH] Found two typos when translating. svn: r13733 --- src/plugins/webreport/NarrativeWeb.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index 40aa305e2..8516135b2 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -2312,7 +2312,7 @@ class EventListPage(BasePage): body += eventlist msg = _("This page contains an index of all the events in the database, sorted by their " - "type, gramps id, and date (if one is present), Clicking on an " + "type, Gramps id, and date (if one is present), Clicking on an " "event’s Gramps ID will load a page of those type of events.") eventlist += Html("p", msg, id = "description") @@ -4777,7 +4777,7 @@ class AddressBookListPage(BasePage): of = self.report.create_file("addressbook") # Add xml, doctype, meta and stylesheets - addressbooklistpage, body = self.write_header("%s - %s" % (title, _("Address Bookt")), _KEYPERSON) + addressbooklistpage, body = self.write_header("%s - %s" % (title, _("Address Book")), _KEYPERSON) # begin AddressBookList division with Html("div", class_ = "content", id = "AddressBookList") as addressbooklist: