diff options
Diffstat (limited to 'lang/en-gb.js')
| -rwxr-xr-x[-rw-r--r--] | lang/en-gb.js | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/lang/en-gb.js b/lang/en-gb.js index e4e180f..07a0dc7 100644..100755 --- a/lang/en-gb.js +++ b/lang/en-gb.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.html or http://ckeditor.com/license + * For licensing, see LICENSE.md or http://ckeditor.com/license */ /** @@ -18,16 +18,9 @@ * @namespace */ CKEDITOR.lang[ 'en-gb' ] = { - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir: 'ltr', - // ARIA description. editor: 'Rich Text Editor', + editorPanel: 'Rich Text Editor panel', // MISSING // Common messages and labels. common: { |
