diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-07-06 20:20:09 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-07-06 20:20:09 +0000 |
commit | 60e96102050d1ccc4913753ffda50af0cd9337b7 (patch) | |
tree | 159fa7d847b20802fe2492845a342c697926a70c /mod/embed/languages | |
parent | 45aad80a5b28177a1897ca661f4ae03dae90fb2b (diff) | |
download | elgg-60e96102050d1ccc4913753ffda50af0cd9337b7.tar.gz elgg-60e96102050d1ccc4913753ffda50af0cd9337b7.tar.bz2 |
Updated documentation for embed. Fixed bug passing internal_name for elggEmbedInsertContent(). Showing a message if no embedable items are returned.
git-svn-id: http://code.elgg.org/elgg/trunk@6644 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/embed/languages')
-rw-r--r-- | mod/embed/languages/en.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/embed/languages/en.php b/mod/embed/languages/en.php index 738c37a28..f7c95334a 100644 --- a/mod/embed/languages/en.php +++ b/mod/embed/languages/en.php @@ -12,6 +12,7 @@ $english = array( // messages 'embed:no_upload_content' => 'No upload content!', + 'embed:no_section_content' => 'No items found.', ); add_translation("en", $english);
\ No newline at end of file |