diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2012-02-21 23:19:32 -0800 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2012-02-21 23:19:32 -0800 |
commit | 6c7ff96f073dc35a9e43e80e80121f2b0463b06d (patch) | |
tree | c9e64bb5af69d0bcf2318c42c2d390fd9321403d /mod/groups/languages | |
parent | 536c037bfa6a04a2a08db94330c9a12fe22cd6cb (diff) | |
download | elgg-6c7ff96f073dc35a9e43e80e80121f2b0463b06d.tar.gz elgg-6c7ff96f073dc35a9e43e80e80121f2b0463b06d.tar.bz2 |
Refs #4335. Updated discussion notifications.
Diffstat (limited to 'mod/groups/languages')
-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 a4a9e2b2b..e51e51a14 100644 --- a/mod/groups/languages/en.php +++ b/mod/groups/languages/en.php @@ -64,6 +64,16 @@ $english = array( 'groups:search_in_group' => "Search in this group", 'groups:acl' => "Group: %s", + 'groups:notification' => +'%s added a new discussion topic to %s: + +%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", |