diff --git a/gramps/plugins/webreport/narrativeweb.py b/gramps/plugins/webreport/narrativeweb.py index f887ae111..7560244b4 100644 --- a/gramps/plugins/webreport/narrativeweb.py +++ b/gramps/plugins/webreport/narrativeweb.py @@ -733,7 +733,7 @@ class BasePage(object): if note: trow = Html("tr") + ( Html("td", " ", class_ = "ColumnType", inline = True), - Html("td", "Narrative", class_ = "ColumnAttribute", inline = True), + Html("td", _("Narrative"), class_ = "ColumnAttribute", inline = True), Html("td", self.get_note_format(note, True), class_ = "ColumnValue") ) table = table + trow if table is not None else trow