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.

CommentFileSizeAuthor
fix_translation.patch889 bytesnoah10

Comments

robertdouglass’s picture

Version: master » 5.x-1.x-dev
Status: Needs review » Fixed

Fixed in the DRUPAL-5 branch. Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)