From 138d7fbc1902bc5977e1e1771babc49ed0e9349b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Sun, 8 May 2011 13:23:09 +0000 Subject: [PATCH] 4891: consitent on common WEB translation string and with RTF support svn: r17458 --- src/plugins/webreport/NarrativeWeb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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