Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. @@ -3091,7 +3091,7 @@
  2. chat_elem.append(create_elem_tree(
  3. {
  4. t: 'h3',
  5. - text: translated('Chat, ') + chat_elem.data('other_user_name')
  6. + text: translated('Chat, ') + chat_elem.data('title')
  7. }
  8. ));
  9. msgs_elem = $(create_elem_tree({ t: 'div', id: 'chat_msgs' }));
  10.