Change:

    drupal_set_message(t('@user is already a member the group @group.', array('@user' => $account->name, '@group' => $node->title)));

to

    drupal_set_message(t('@user is already a member of the group @group.', array('@user' => $account->name, '@group' => $node->title)));
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

cfennell’s picture

Status: Active » Needs review
FileSize
879 bytes

And a trivial patch to make the change.

Grayside’s picture

Status: Needs review » Reviewed & tested by the community

Status: Reviewed & tested by the community » Needs work

The last submitted patch, og_subscribe-wording-782148.patch, failed testing.

Grayside’s picture

Status: Needs work » Reviewed & tested by the community
FileSize
633 bytes

Status: Reviewed & tested by the community » Needs work

The last submitted patch, og.782148-4.patch, failed testing.

Grayside’s picture

Assigned: Unassigned » Grayside

Not sure what's going wrong with the test, assigning to self to make this thing work.

Grayside’s picture

Status: Needs work » Needs review

#4: og.782148-4.patch queued for re-testing.

Status: Needs review » Needs work

The last submitted patch, og.782148-4.patch, failed testing.

Grayside’s picture

Assigned: Grayside » Unassigned
Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.