| 1 | Index: 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 | |
|---|
| 13 | To view the group visit: %s |
|---|
| 14 | |
|---|
| 15 | To view %s\'s profile visit: %s |
|---|
| 16 | |
|---|
| 17 | --------------------- |
|---|
| 18 | ', 'buddypress' ), $inviter_name, $group->name, $invites_link, $group_link, $inviter_name, $inviter_link ); |
|---|