From 43ac188ef47a45e6b711bbb9a624c9e9b21318d6 Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 3 Jul 2011 09:33:10 -0400 Subject: Fixes #3593 defining the blog post notification string --- mod/blog/languages/en.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mod/blog/languages/en.php b/mod/blog/languages/en.php index 47dc57dda..8a21c1f8d 100644 --- a/mod/blog/languages/en.php +++ b/mod/blog/languages/en.php @@ -53,10 +53,12 @@ $english = array( 'blog:error:revision_not_found' => 'Cannot find this revision.', // river - 'river:create:object:blog' => '%s published a blog post %s', 'river:comment:object:blog' => '%s commented on the blog %s', + // notifications + 'blog:newpost' => 'A new blog post', + // widget 'blog:widget:description' => 'Display your latest blog posts', 'blog:moreblogs' => 'More blog posts', -- cgit v1.2.3