Here are the steps to reproduce this bug:
1. Make sure that you're configured so that buddy requests require approval.
2. Modify the buddylist_translation function in buddylist.module so that the translation for "@buddy" and "@Buddy" is "contact".
3. As UserA, ask UserB to be your buddy.
4. As UserB, approve UserA's request.
5. Note that the message "Congratulations! UserA is now your buddy." appears. It should read, "Congratulations! plainuser is now your contact." instead.
The very minor attached patch (I just added a missing "@" sign in front of "buddy" in line 972 on the HEAD branch) corrects this problem.
| Comment | File | Size | Author |
|---|---|---|---|
| fix_translation.patch | 889 bytes | noah10 |
Comments
Comment #1
robertdouglass commentedFixed in the DRUPAL-5 branch. Thanks.
Comment #2
(not verified) commented