diff options
Diffstat (limited to 'mod/tinymce/languages')
-rw-r--r-- | mod/tinymce/languages/en.php | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/mod/tinymce/languages/en.php b/mod/tinymce/languages/en.php index d8e444dd3..f5d6550dd 100644 --- a/mod/tinymce/languages/en.php +++ b/mod/tinymce/languages/en.php @@ -1,16 +1,12 @@ <?php - $english = array( - - /** - * Menu items and titles - */ - - 'tinymce:remove' => "Remove editor", - 'tinymce:add' => "Add editor", - - ); - - add_translation("en",$english); +$english = array( + /** + * Menu items and titles + */ + 'tinymce:remove' => "Remove editor", + 'tinymce:add' => "Add editor", + 'tinymce:word_count' => 'Word count: ', +); -?>
\ No newline at end of file +add_translation("en", $english);
\ No newline at end of file |