www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 50260bbcac76f3c434f9496b49fb11dfe81f24d6
parent 94363d94bb0c7060f51b29cec5d9fc77db85bb67
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Fri, 11 Sep 2015 18:00:56 -0400

Localize 'Close Window' string

Diffstat:
Munpacked/extensions/MathMenu.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unpacked/extensions/MathMenu.js b/unpacked/extensions/MathMenu.js @@ -1020,7 +1020,7 @@ ["span",{className:"MathJax_MenuClose",id:"MathJax_AboutClose", onclick:MENU.About.Remove, onkeydown: MENU.About.Keydown, tabIndex: 0, - "aria-label": "Close", "aria-describedby": "Close window"}, + "aria-label": "Close", "aria-describedby": _("CloseWindow","Close window")}, [["span",{},"\u00D7"]]] ]); about.focus();