diff options
author | cash <cash.costello@gmail.com> | 2011-07-03 09:33:10 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-07-03 09:33:10 -0400 |
commit | 43ac188ef47a45e6b711bbb9a624c9e9b21318d6 (patch) | |
tree | 32fde00d7efb4bdbe9f224c54b15ab959c0ce4ca | |
parent | 84ffd10e88ad2cdf945965fbf15f771df8bf6ed7 (diff) | |
download | elgg-43ac188ef47a45e6b711bbb9a624c9e9b21318d6.tar.gz elgg-43ac188ef47a45e6b711bbb9a624c9e9b21318d6.tar.bz2 |
Fixes #3593 defining the blog post notification string
-rw-r--r-- | mod/blog/languages/en.php | 4 |
1 files changed, 3 insertions, 1 deletions
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', |