diff options
author | cash <cash.costello@gmail.com> | 2012-02-04 14:26:32 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2012-02-04 14:26:32 -0500 |
commit | e428dbd281c22e65e8cc00d1095ce4564c9dd1bf (patch) | |
tree | 38dd70114b0f3e218495c57dd748b9c6220c3cf5 /mod/blog/languages | |
parent | 601ec5ccf5eb6940ca468b31e1b400412697c8cb (diff) | |
download | elgg-e428dbd281c22e65e8cc00d1095ce4564c9dd1bf.tar.gz elgg-e428dbd281c22e65e8cc00d1095ce4564c9dd1bf.tar.bz2 |
Fixes #4310 adds missing blog notification function
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 8a21c1f8d..42606bf8e 100644 --- a/mod/blog/languages/en.php +++ b/mod/blog/languages/en.php @@ -58,6 +58,7 @@ $english = array( // notifications 'blog:newpost' => 'A new blog post', + 'blog:via' => "published a blog post", // widget 'blog:widget:description' => 'Display your latest blog posts', |