From 8e3a2760ef88077aa04dc1905f5bce0348bdb3d7 Mon Sep 17 00:00:00 2001 From: Sem Date: Fri, 6 Jul 2012 05:59:11 +0200 Subject: Refs #1852. Added admin notice on activate. --- mod/tinymce/activate.php | 14 ++++++++++++++ mod/tinymce/languages/en.php | 3 ++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 mod/tinymce/activate.php 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); -- cgit v1.2.3