diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index 3baf01656..3874104ee 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -1274,7 +1274,7 @@ class BasePage(object): cs = 'class = "CurrentSection"' if cs else "" ul += (Html("li", attr = cs, inline = True) + - Html("a", nav_text, href = url, title = _("Main Navigation Item ") + nav_text) + Html("a", nav_text, href = url, title = _("Main Navigation Item %s") % nav_text) ) navigation += ul