diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-07-06 04:36:25 -0700 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-07-06 04:36:25 -0700 |
commit | 3cf836cb73e82ba20ff5066df703ed25d5822b20 (patch) | |
tree | d926b0be4705730677edc36368f2975242a47a3e /mod/tinymce/languages/en.php | |
parent | b2f46500941a2093734e7672a4de79aabd95b9fc (diff) | |
parent | 8e3a2760ef88077aa04dc1905f5bce0348bdb3d7 (diff) | |
download | elgg-3cf836cb73e82ba20ff5066df703ed25d5822b20.tar.gz elgg-3cf836cb73e82ba20ff5066df703ed25d5822b20.tar.bz2 |
Merge pull request #294 from sembrestels/tiny18n
Fixes #1852. TinyMCE i18n
Diffstat (limited to 'mod/tinymce/languages/en.php')
-rw-r--r-- | mod/tinymce/languages/en.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/tinymce/languages/en.php b/mod/tinymce/languages/en.php index 811e93492..293e68b35 100644 --- a/mod/tinymce/languages/en.php +++ b/mod/tinymce/languages/en.php @@ -9,6 +9,7 @@ $english = array( 'tinymce:remove' => "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 <a target=\"_blank\" href=\"%s\">here</a> and copy it in %s path. Then, <a href=\"%s\">flush the caches</a>.", ); -add_translation("en", $english);
\ No newline at end of file +add_translation("en", $english); |