Fix typo in IE warning message (in English and German language files as well). Resolves issue #397.
This commit is contained in:
parent
492f4cd53d
commit
b14224d7c4
|
@ -93,7 +93,7 @@ MathJax.Localization.addTranslation("de","MathMenu",{
|
||||||
"SVG-Ausgabe wird die Mathematik nicht richtig dargestellt.",
|
"SVG-Ausgabe wird die Mathematik nicht richtig dargestellt.",
|
||||||
// "SVG is not implemented in Internet Explorer prior to " +
|
// "SVG is not implemented in Internet Explorer prior to " +
|
||||||
// "IE9 or when it is emulating IE8 or below. " +
|
// "IE9 or when it is emulating IE8 or below. " +
|
||||||
// "Switching to SVG output will cause the mathemtics to " + TODO TYPO IN ENGLISH
|
// "Switching to SVG output will cause the mathematics to "
|
||||||
// "not display properly.",
|
// "not display properly.",
|
||||||
|
|
||||||
LoadURL:
|
LoadURL:
|
||||||
|
|
|
@ -79,7 +79,7 @@ MathJax.Localization.addTranslation("en","MathMenu",{
|
||||||
MSIESVGWarning:
|
MSIESVGWarning:
|
||||||
"SVG is not implemented in Internet Explorer prior to " +
|
"SVG is not implemented in Internet Explorer prior to " +
|
||||||
"IE9 or when it is emulating IE8 or below. " +
|
"IE9 or when it is emulating IE8 or below. " +
|
||||||
"Switching to SVG output will cause the mathemtics to " +
|
"Switching to SVG output will cause the mathematics to " +
|
||||||
"not display properly.",
|
"not display properly.",
|
||||||
|
|
||||||
LoadURL:
|
LoadURL:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user