Localize 'Close Window' in HelpDialog
This commit is contained in:
parent
50260bbcac
commit
c2ef3d9312
|
@ -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"]]]
|
||||||
]
|
]
|
||||||
]));
|
]));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user