From bbb03a40574c2495f15ef699d5e268783961196a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Sun, 8 May 2011 06:22:11 +0000 Subject: [PATCH] 4891: enable translation for main navigation items svn: r17454 --- 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 4de6639c5..3baf01656 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 ") + nav_text) ) navigation += ul