Skip to:
Content

BuddyPress.org

Ticket #2005: bp-groups-notification.diff

File bp-groups-notification.diff, 692 bytes (added by bi0xid, 15 years ago)
Line 
1Index: branches/1.2/bp-groups/bp-groups-notification.php
2===================================================================
3--- a/branches/1.2/bp-groups/bp-groups-notification.php
4+++ b/branches/1.2/bp-groups/bp-groups-notification.php
5@@ -216,11 +216,11 @@
6                $message = sprintf( __(
7- 'One of your friends %s has invited you to the group: "%s".
8+ 'One of your friends, %s, has suggested you to join the group: "%s".
9
10- To view your group invites visit: %s
11+ To view your suggested groups visit: %s
12
13To view the group visit: %s
14
15To view %s\'s profile visit: %s
16
17---------------------
18', 'buddypress' ), $inviter_name, $group->name, $invites_link, $group_link, $inviter_name, $inviter_link );