diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-05 21:38:36 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-05 21:38:36 +0000 |
commit | 79128c747888ac2f586f6679e1af78b4aa1b711a (patch) | |
tree | 5508e5583b9b3a0807be92f69c842a5ff1e48b9d /mod/blog/languages | |
parent | 9f543bb8999de2db20e71f9d5c7e1fdda13f29a8 (diff) | |
download | elgg-79128c747888ac2f586f6679e1af78b4aa1b711a.tar.gz elgg-79128c747888ac2f586f6679e1af78b4aa1b711a.tar.bz2 |
blog plugin now uses the new elgg_view_form() function
git-svn-id: http://code.elgg.org/elgg/trunk@7540 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/blog/languages')
-rw-r--r-- | mod/blog/languages/en.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/blog/languages/en.php b/mod/blog/languages/en.php index 843d62932..15708f30b 100644 --- a/mod/blog/languages/en.php +++ b/mod/blog/languages/en.php @@ -49,6 +49,7 @@ $english = array( 'blog:error:missing:title' => 'Please enter a blog title!', 'blog:error:missing:description' => 'Please enter the body of your blog!', 'blog:error:cannot_edit_post' => 'This post may not exist or you may not have permissions to edit it.', + 'blog:error:revision_not_found' => 'Cannot find this revision.', // river 'blog:river:create' => '%s wrote a new blog post', |