diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-07-06 07:52:28 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-07-06 07:52:28 -0400 |
commit | 28e28ec8b23d8077194704ace9584fd4f742f2ce (patch) | |
tree | d7055c374ce55cadce77f108efc45ce0f4974d62 /mod/tinymce/languages/en.php | |
parent | 3cf836cb73e82ba20ff5066df703ed25d5822b20 (diff) | |
download | elgg-28e28ec8b23d8077194704ace9584fd4f742f2ce.tar.gz elgg-28e28ec8b23d8077194704ace9584fd4f742f2ce.tar.bz2 |
Refs #1852 adds readme with language instructions for TinyMCE
Diffstat (limited to 'mod/tinymce/languages/en.php')
-rw-r--r-- | mod/tinymce/languages/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/tinymce/languages/en.php b/mod/tinymce/languages/en.php index 293e68b35..b2702549c 100644 --- a/mod/tinymce/languages/en.php +++ b/mod/tinymce/languages/en.php @@ -9,7 +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>.", + '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 to %s. Then, <a href=\"%s\">flush the caches</a>. See the TinyMCE README for more details.", ); add_translation("en", $english); |