From c2ef3d9312e371f7f9e6139b10a5cc518ba17d11 Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Sat, 12 Sep 2015 06:57:24 -0400 Subject: [PATCH] Localize 'Close Window' in HelpDialog --- unpacked/extensions/HelpDialog.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unpacked/extensions/HelpDialog.js b/unpacked/extensions/HelpDialog.js index 2c16eb1ca..31319614a 100644 --- a/unpacked/extensions/HelpDialog.js +++ b/unpacked/extensions/HelpDialog.js @@ -155,8 +155,8 @@ ]], ["a",{href:"http://www.mathjax.org/"},["www.mathjax.org"]], ["span",{id: "MathJax_HelpClose", onclick: HELP.Remove, - onkeydown: HELP.Keydown, tabIndex: 0, - "aria-label": "Close", "aria-describedby": "Close window"}, + onkeydown: HELP.Keydown, tabIndex: 0, "aria-label": "Close", + "aria-describedby": LOCALE._(["HelpDialog","CloseWindow"],"Close window")}, [["span",{},["\u00D7"]]] ] ]));