diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2012-12-19 15:39:04 -0500 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2012-12-19 15:39:04 -0500 |
commit | 9e5941882ea30511b9be7887da2b555399395f14 (patch) | |
tree | 696efa47dc5dca07724b06ed95878a700e0f668a /mod/groups/languages | |
parent | 68441b33797e681a03fc61d217e1d110baa9e482 (diff) | |
download | elgg-9e5941882ea30511b9be7887da2b555399395f14.tar.gz elgg-9e5941882ea30511b9be7887da2b555399395f14.tar.bz2 |
Fixes #4633. Added the invitation count for group invitations page menu item.
Diffstat (limited to 'mod/groups/languages')
-rw-r--r-- | mod/groups/languages/en.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/groups/languages/en.php b/mod/groups/languages/en.php index 0d57f1680..a9743f9d4 100644 --- a/mod/groups/languages/en.php +++ b/mod/groups/languages/en.php @@ -21,6 +21,7 @@ $english = array( 'groups:delete' => 'Delete group', 'groups:membershiprequests' => 'Manage join requests', 'groups:invitations' => 'Group invitations', + 'groups:invitations:pending' => 'Group invitations (%s)', 'groups:icon' => 'Group icon (leave blank to leave unchanged)', 'groups:name' => 'Group name', @@ -211,7 +212,7 @@ View and reply to the discussion: 'groups:updated' => "Last reply by %s %s", 'groups:started' => "Started by %s", 'groups:joinrequest:remove:check' => 'Are you sure you want to remove this join request?', - 'groups:invite:remove:check' => 'Are you sure you want to remove this invite?', + 'groups:invite:remove:check' => 'Are you sure you want to remove this invitation?', 'groups:invite:body' => "Hi %s, %s invited you to join the '%s' group. Click below to view your invitations: |