Localize 'Close Window' in HelpDialog

This commit is contained in:
Davide P. Cervone 2015-09-12 06:57:24 -04:00
parent 50260bbcac
commit c2ef3d9312

View File

@ -155,8 +155,8 @@
]], ]],
["a",{href:"http://www.mathjax.org/"},["www.mathjax.org"]], ["a",{href:"http://www.mathjax.org/"},["www.mathjax.org"]],
["span",{id: "MathJax_HelpClose", onclick: HELP.Remove, ["span",{id: "MathJax_HelpClose", onclick: HELP.Remove,
onkeydown: HELP.Keydown, tabIndex: 0, onkeydown: HELP.Keydown, tabIndex: 0, "aria-label": "Close",
"aria-label": "Close", "aria-describedby": "Close window"}, "aria-describedby": LOCALE._(["HelpDialog","CloseWindow"],"Close window")},
[["span",{},["\u00D7"]]] [["span",{},["\u00D7"]]]
] ]
])); ]));