9040: 'Narrative' word not translatable

This commit is contained in:
Matti Niemelä 2015-11-09 14:16:42 +01:00 committed by romjerome
parent ba89c29c0b
commit 7b6832eea7

View File

@ -735,7 +735,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