diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-01 09:46:41 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-01 09:46:41 +0200 |
commit | ebac0bdcca6ce7d3f4eb07d730925c6fae7d1538 (patch) | |
tree | 9e22fb2546f2abb1af47f23a9bbfd15fc3ffe6b2 /include | |
parent | 3575ef8a3930c5c6dae7960f54bb761c8c30a170 (diff) | |
download | volse-hubzilla-ebac0bdcca6ce7d3f4eb07d730925c6fae7d1538.tar.gz volse-hubzilla-ebac0bdcca6ce7d3f4eb07d730925c6fae7d1538.tar.bz2 volse-hubzilla-ebac0bdcca6ce7d3f4eb07d730925c6fae7d1538.zip |
Chat Rooms -> Chatrooms
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 24cfff7fa..0116e5bd1 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -790,7 +790,7 @@ function widget_chatroom_list($arr) { if($r) { return replace_macros(get_markup_template('chatroomlist.tpl'), array( - '$header' => t('Chat Rooms'), + '$header' => t('Chatrooms'), '$baseurl' => z_root(), '$nickname' => App::$profile['channel_address'], '$items' => $r, |