diff --git a/lib/editor/lang/en.php b/lib/editor/lang/en.php index 8096a1366ea..dc0ef6eabd1 100644 --- a/lib/editor/lang/en.php +++ b/lib/editor/lang/en.php @@ -1,14 +1,14 @@ - // I18N constants @@ -25,54 +25,57 @@ // that states what encoding is necessary.) HTMLArea.I18N = { - // the following should be the filename without .js extension - // it will be used for automatically load plugin language. - lang: "en", + // the following should be the filename without .js extension + // it will be used for automatically load plugin language. + lang: "en", - tooltips: { - bold: "", - italic: "", - underline: "", - strikethrough: "", - subscript: "", - superscript: "", - justifyleft: "", - justifycenter: "", - justifyright: "", - justifyfull: "", - insertorderedlist: "", - insertunorderedlist: "", - outdent: "", - indent: "", - forecolor: "", - hilitecolor: "", - inserthorizontalrule: "", - createlink: "", - unlink: "", - insertimage: "", - inserttable: "", - htmlmode: "", - popupeditor: "", - about: "", - showhelp: "", - textindicator: "", - undo: "", - redo: "", - cut: "", - copy: "", - paste: "", - insertsmile: "", - insertchar: "" - }, + tooltips: { + bold: "", + italic: "", + underline: "", + strikethrough: "", + subscript: "", + superscript: "", + justifyleft: "", + justifycenter: "", + justifyright: "", + justifyfull: "", + insertorderedlist: "", + insertunorderedlist: "", + outdent: "", + indent: "", + forecolor: "", + hilitecolor: "", + inserthorizontalrule: "", + createlink: "", + unlink: "", + insertimage: "", + inserttable: "", + htmlmode: "", + popupeditor: "", + about: "", + showhelp: "", + textindicator: "", + undo: "", + redo: "", + cut: "", + copy: "", + paste: "", + insertsmile: "", + insertchar: "", + clean: "", + lefttoright: "", + righttoleft: "" + }, - buttons: { - "ok": "", - "cancel": "", - "browse": "" - }, + buttons: { + "ok": "", + "cancel": "", + "browse": "" + }, - msg: { - "Path": "", - "TEXT_MODE": "" - } + msg: { + "Path": "", + "TEXT_MODE": "" + } }; diff --git a/lib/editor/popups/dlg_ins_char.php b/lib/editor/popups/dlg_ins_char.php index 86b71db6ba7..83d207a793e 100644 --- a/lib/editor/popups/dlg_ins_char.php +++ b/lib/editor/popups/dlg_ins_char.php @@ -127,7 +127,7 @@ function cancel() { } //--> -