From 9e5941882ea30511b9be7887da2b555399395f14 Mon Sep 17 00:00:00 2001 From: Brett Profitt Date: Wed, 19 Dec 2012 15:39:04 -0500 Subject: Fixes #4633. Added the invitation count for group invitations page menu item. --- mod/groups/languages/en.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mod/groups/languages/en.php') 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: -- cgit v1.2.3