Change dialog close button text to be more specific
This commit is contained in:
parent
45817c1519
commit
dd2ba79883
|
@ -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"]]]
|
||||||
]
|
]
|
||||||
]));
|
]));
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user