[
https://issues.apache.org/jira/browse/JSPWIKI-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Florian Holeczek closed JSPWIKI-132.
------------------------------------
> On search page 'Help' tab name is not localized.
> ------------------------------------------------
>
> Key: JSPWIKI-132
> URL: https://issues.apache.org/jira/browse/JSPWIKI-132
> Project: JSPWiki
> Issue Type: Bug
> Components: Default template, Localization
> Affects Versions: 2.6.0
> Reporter: Tomasz Szymko
> Assignee: Dirk Frederickx
> Priority: Trivial
> Fix For: 2.6.1
>
>
> problem is in FindContent.jsp, line with code:
> <wiki:Tab id="findhelp" title="Help" accesskey="h">
> should probably look like this:
> <wiki:Tab id="findhelp"
> title="<%=LocaleSupport.getLocalizedMessage(pageContext, "find.tab.help")%>"
> accesskey="h">
> and 'find.tab.help' key should be added to the default.properties
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira