commit c2ef3d9312e371f7f9e6139b10a5cc518ba17d11
parent 50260bbcac76f3c434f9496b49fb11dfe81f24d6
Author: Davide P. Cervone <dpvc@union.edu>
Date: Sat, 12 Sep 2015 06:57:24 -0400
Localize 'Close Window' in HelpDialog
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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"]]]
]
]));