From 79128c747888ac2f586f6679e1af78b4aa1b711a Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 5 Dec 2010 21:38:36 +0000 Subject: 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 --- mod/blog/languages/en.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/blog/languages') 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', -- cgit v1.2.3