4891: consitent on common WEB translation string and with RTF support
svn: r17457
This commit is contained in:
parent
f00516e702
commit
0bce221b53
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user