Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ private Content createModuleSelector() {

var select = HtmlTree.of(HtmlTag.SELECT)
.setId(HtmlId.of("search-modules"))
.put(HtmlAttr.ARIA_LABEL, resources.getText("doclet.selectModule"))
.add(HtmlTree.of(HtmlTag.OPTION)
.put(HtmlAttr.VALUE, "")
.add(contents.getContent("doclet.search.all_modules")));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -783,3 +783,6 @@ doclet.NoFrames_specified=\
doclet.footer_specified=\
The -footer option is no longer supported and will be ignored.\n\
It may be removed in a future release.

doclet.selectModule=\
Select the module to search in.