Change dialog close button text to be more specific

This commit is contained in:
Davide P. Cervone 2015-09-15 08:27:42 -04:00
parent 45817c1519
commit dd2ba79883
2 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@
["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, role: "button", onkeydown: HELP.Keydown, tabIndex: 0, role: "button",
"aria-label": LOCALE._(["HelpDialog","CloseWindow"],"Close window")}, "aria-label": LOCALE._(["HelpDialog","CloseDialog"],"Close help dialog")},
[["span",{},["\u00D7"]]] [["span",{},["\u00D7"]]]
] ]
])); ]));

View File

@ -1062,7 +1062,7 @@
["span",{className:"MathJax_MenuClose",id:"MathJax_AboutClose", ["span",{className:"MathJax_MenuClose",id:"MathJax_AboutClose",
onclick:MENU.About.Remove, onclick:MENU.About.Remove,
onkeydown: MENU.About.Keydown, tabIndex: 0, role: "button", onkeydown: MENU.About.Keydown, tabIndex: 0, role: "button",
"aria-label": _("CloseWindow","Close window")}, "aria-label": _("CloseAboutDialog","Close about MathJax dialog")},
[["span",{},"\u00D7"]]] [["span",{},"\u00D7"]]]
]); ]);
if (event.type === "mouseup") about.className += " MathJax_MousePost"; if (event.type === "mouseup") about.className += " MathJax_MousePost";