From: Sem Date: Fri, 6 Jul 2012 03:59:11 +0000 (+0200) Subject: Refs #1852. Added admin notice on activate. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8e3a2760ef88077aa04dc1905f5bce0348bdb3d7;p=lorea%2Felgg.git Refs #1852. Added admin notice on activate. --- diff --git a/mod/tinymce/activate.php b/mod/tinymce/activate.php new file mode 100644 index 000000000..953e3c25b --- /dev/null +++ b/mod/tinymce/activate.php @@ -0,0 +1,14 @@ + "Remove editor", 'tinymce:add' => "Add editor", 'tinymce:word_count' => 'Word count: ', + 'tinymce:lang_notice' => "Your site language is %s but it isn't installed for TinyMCE. Get it here and copy it in %s path. Then, flush the caches.", ); -add_translation("en", $english); \ No newline at end of file +add_translation("en", $english);