Updated ckeditor

This commit is contained in:
RainLoop Team 2015-01-27 23:41:11 +04:00
parent aa84077ac4
commit 965ea317e4
514 changed files with 3679 additions and 7678 deletions

View file

@ -100,7 +100,7 @@
if (editor.ui.addButton) {
editor.ui.addButton('plain', {
label: '',
label: window.rl && window.rl.i18n ? window.rl.i18n('EDITOR/TEXT_SWITCHER_PLAINT_TEXT') : 'Plain',
command: 'plain',
toolbar: 'spec,10'
});