www

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

commit dd2ba7988302ad60f596fcfc94e12725d11ffa5f
parent 45817c1519cb8d3580df1d990725c2beac111b46
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Tue, 15 Sep 2015 08:27:42 -0400

Change dialog close button text to be more specific

Diffstat:
Munpacked/extensions/HelpDialog.js | 2+-
Munpacked/extensions/MathMenu.js | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/unpacked/extensions/HelpDialog.js b/unpacked/extensions/HelpDialog.js @@ -162,7 +162,7 @@ ["a",{href:"http://www.mathjax.org/"},["www.mathjax.org"]], ["span",{id: "MathJax_HelpClose", onclick: HELP.Remove, onkeydown: HELP.Keydown, tabIndex: 0, role: "button", - "aria-label": LOCALE._(["HelpDialog","CloseWindow"],"Close window")}, + "aria-label": LOCALE._(["HelpDialog","CloseDialog"],"Close help dialog")}, [["span",{},["\u00D7"]]] ] ])); diff --git a/unpacked/extensions/MathMenu.js b/unpacked/extensions/MathMenu.js @@ -1062,7 +1062,7 @@ ["span",{className:"MathJax_MenuClose",id:"MathJax_AboutClose", onclick:MENU.About.Remove, onkeydown: MENU.About.Keydown, tabIndex: 0, role: "button", - "aria-label": _("CloseWindow","Close window")}, + "aria-label": _("CloseAboutDialog","Close about MathJax dialog")}, [["span",{},"\u00D7"]]] ]); if (event.type === "mouseup") about.className += " MathJax_MousePost";