various fixes regarding mod chat

This commit is contained in:
Mario Vavti
2016-03-31 22:42:28 +02:00
parent 3fdd110e07
commit 6c2673ae2a
4 changed files with 19 additions and 13 deletions

View File

@@ -811,7 +811,7 @@ function widget_chatroom_list($arr) {
function widget_chatroom_members() {
$o = replace_macros(get_markup_template('chatroom_members.tpl'), array(
'$header' => t('Chatroom Members')
'$header' => t('Chat Members')
));
return $o;