Index: lams_central/web/ckeditor/plugins/jlatexmath/lang/en.js =================================================================== diff -u -r228804d048290a0597c798197cd24e3c3445650c -raf6a6e46721a279b12c35deff257b3242a53fba4 --- lams_central/web/ckeditor/plugins/jlatexmath/lang/en.js (.../en.js) (revision 228804d048290a0597c798197cd24e3c3445650c) +++ lams_central/web/ckeditor/plugins/jlatexmath/lang/en.js (.../en.js) (revision af6a6e46721a279b12c35deff257b3242a53fba4) @@ -1,13 +1,13 @@ -CKEDITOR.plugins.setLang( 'jlatexmath', 'en', { - // Toolbar button - JlatexmathBtn : 'JLaTeXMath', - JlatexmathTooltip : 'Insert/Edit Latex formulas', - - // Dialog - DlgJlatexmathTitle : 'JLaTeXMath', - JlatexmathFontSize : 'Font Size', - JlatexmathLatexFormula : 'Please, enter latex formula:', - - // Dialog errors - JlatexmathNoFormula : 'Please, enter a latex formula.' -}); +CKEDITOR.plugins.setLang( 'jlatexmath', 'en', { + // Toolbar button + JlatexmathBtn : 'JLaTeXMath', + JlatexmathTooltip : 'Insert/Edit Latex formulas', + + // Dialog + DlgJlatexmathTitle : 'JLaTeXMath', + JlatexmathFontSize : 'Font Size', + JlatexmathLatexFormula : 'Please, enter latex formula:', + + // Dialog errors + JlatexmathNoFormula : 'Please, enter a latex formula.' +});