From 6cc451f1f6cc966c8184b09377bc43e27a202ae4 Mon Sep 17 00:00:00 2001 From: Julia Shaptala Date: Thu, 25 May 2017 14:07:15 +0300 Subject: [PATCH] Update plugin.js --- plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.js b/plugin.js index 25e2be5..9ca8d15 100755 --- a/plugin.js +++ b/plugin.js @@ -1690,7 +1690,7 @@ CKEDITOR.on('scaytReady', function() { * `'fr_CA'`, `'de_DE'`, `'el_GR'`, `'it_IT'`, * `'nb_NO'`, `'pt_PT'`, `'es_ES'`, `'sv_SE'`. * - * Read more in the [documentation](#!/guide/dev_spellcheck) and see the [SDK sample](http://sdk.ckeditor.com/samples/spellchecker.html). + * Note: 'pt_PT' and 'pt_BR' are not available in the Free version. Read more in the [documentation](#!/guide/dev_spellcheck) and see the [SDK sample](http://sdk.ckeditor.com/samples/spellchecker.html). * * // Sets SCAYT to German. * config.scayt_sLang = 'de_DE';