diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/widgets.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets.php b/include/widgets.php index 50e4cb184..cb68ed00f 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -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; |