add buddy confirm page display issue
silverwing - July 14, 2008 - 03:33
| Project: | Buddylist |
| Version: | 5.x-1.1-beta |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
When I go to add a budy, the confirm page displays this as the h2 title:
bob to your buddylist?">Do you want to add bob to your buddylist?
Both "bob"'s are hyperlinks.
I think I've tracked it down to around line 1405
t('Do you want to add !name to your @buddylist?', array('!name' => theme('username', $buddy)) + buddylist_translation()),
But I can't figure out what needs to be changed.
