X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Fuicolor%2Fplugin.js;h=f971fbce681cda1609a915c1247f5d27cc058632;hb=e73319a12b56100b29ef456fd74114fe5519e01c;hp=007f59f399bdcfe869130ea02e8c2fa673a0fd07;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6;p=ckeditor.git diff --git a/_source/plugins/uicolor/plugin.js b/_source/plugins/uicolor/plugin.js index 007f59f..f971fbc 100644 --- a/_source/plugins/uicolor/plugin.js +++ b/_source/plugins/uicolor/plugin.js @@ -1,12 +1,12 @@ /* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.plugins.add( 'uicolor', { requires : [ 'dialog' ], - lang : [ 'en' ], + lang : [ 'en', 'he' ], init : function( editor ) {