Found two typos when translating.
svn: r13733
This commit is contained in:
parent
08aaa658eb
commit
90bde6a00a
@ -2312,7 +2312,7 @@ class EventListPage(BasePage):
|
|||||||
body += eventlist
|
body += eventlist
|
||||||
|
|
||||||
msg = _("This page contains an index of all the events in the database, sorted by their "
|
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.")
|
"event’s Gramps ID will load a page of those type of events.")
|
||||||
eventlist += Html("p", msg, id = "description")
|
eventlist += Html("p", msg, id = "description")
|
||||||
|
|
||||||
@ -4777,7 +4777,7 @@ class AddressBookListPage(BasePage):
|
|||||||
of = self.report.create_file("addressbook")
|
of = self.report.create_file("addressbook")
|
||||||
|
|
||||||
# Add xml, doctype, meta and stylesheets
|
# 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
|
# begin AddressBookList division
|
||||||
with Html("div", class_ = "content", id = "AddressBookList") as addressbooklist:
|
with Html("div", class_ = "content", id = "AddressBookList") as addressbooklist:
|
||||||
|
Loading…
Reference in New Issue
Block a user