From f414e7437d8796523724d1e8f558710977241add Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 7 Apr 2008 15:33:44 +0000 Subject: CRUD for blog posts git-svn-id: https://code.elgg.org/elgg/trunk@415 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/blog/languages/en.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mod/blog/languages/en.php') diff --git a/mod/blog/languages/en.php b/mod/blog/languages/en.php index f534f2b01..be2407440 100644 --- a/mod/blog/languages/en.php +++ b/mod/blog/languages/en.php @@ -31,6 +31,7 @@ 'blog:posted' => "Your blog post was successfully posted.", 'comment:success' => "Your comment was successfully added.", + 'blog:deleted' => "Your blog post was successfully deleted.", /** * Error messages @@ -38,7 +39,8 @@ 'blog:blank' => "Sorry; you need to fill in both the title and body before you can make a post.", 'blog:notfound' => "Sorry; we could not find the specified blog post.", - + 'blog:notdeleted' => "Sorry; we could not delete this blog post.", + 'comment:failure' => "An unexpected error occurred when adding your comment. Please try again.", ); -- cgit v1.2.3