diff options
author | cash <cash.costello@gmail.com> | 2012-06-28 19:00:13 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2012-06-28 19:00:13 -0400 |
commit | 0cb5a8c719b676f57d3436b1c02d56fa3cfdc9be (patch) | |
tree | 9714004e19e3569594f500253db6ac0d1c3e63e6 /mod/groups/languages/en.php | |
parent | 07f61d6c9d7d7155b9b37befbf5c335bff54db73 (diff) | |
download | elgg-0cb5a8c719b676f57d3436b1c02d56fa3cfdc9be.tar.gz elgg-0cb5a8c719b676f57d3436b1c02d56fa3cfdc9be.tar.bz2 |
Fixes #4642 group discussion replies work now
Diffstat (limited to 'mod/groups/languages/en.php')
-rw-r--r-- | mod/groups/languages/en.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mod/groups/languages/en.php b/mod/groups/languages/en.php index e51e51a14..88aeccb54 100644 --- a/mod/groups/languages/en.php +++ b/mod/groups/languages/en.php @@ -64,6 +64,7 @@ $english = array( 'groups:search_in_group' => "Search in this group", 'groups:acl' => "Group: %s", + 'discussion:notification:topic:subject' => 'New group discussion post', 'groups:notification' => '%s added a new discussion topic to %s: @@ -74,6 +75,15 @@ View and reply to the discussion: %s ', + 'discussion:notification:reply:body' => +'%s replied to the discussion topic %s in the group %s: + +%s + +View and reply to the discussion: +%s +', + 'groups:activity' => "Group activity", 'groups:enableactivity' => 'Enable group activity', 'groups:activity:none' => "There is no group activity yet", |