9040: 'Narrative' word not translatable
This commit is contained in:
parent
3ca0db552a
commit
34afcb6504
@ -733,7 +733,7 @@ class BasePage(object):
|
|||||||
if note:
|
if note:
|
||||||
trow = Html("tr") + (
|
trow = Html("tr") + (
|
||||||
Html("td", " ", class_ = "ColumnType", inline = True),
|
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")
|
Html("td", self.get_note_format(note, True), class_ = "ColumnValue")
|
||||||
)
|
)
|
||||||
table = table + trow if table is not None else trow
|
table = table + trow if table is not None else trow
|
||||||
|
Loading…
x
Reference in New Issue
Block a user