Found two typos when translating.

svn: r13733
This commit is contained in:
Peter Landgren 2009-12-06 18:38:11 +00:00
parent 08aaa658eb
commit 90bde6a00a

View File

@ -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: