Fix typo in IE warning message (in English and German language files as well). Resolves issue #397.

This commit is contained in:
Davide P. Cervone 2013-04-16 19:25:53 -04:00
parent 492f4cd53d
commit b14224d7c4
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: