aboutsummaryrefslogtreecommitdiffstats
path: root/include/group.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-03-04 20:58:39 -0800
committerfriendica <info@friendica.com>2013-03-04 20:58:39 -0800
commit8d442e6fc1364ea351a9b781e8173c1b679b7a91 (patch)
tree39703e3d5750e13d666cabbbe3f21125284b9c40 /include/group.php
parent4cfbdfa6dbed878565bab5172efaf67c8fda0886 (diff)
downloadvolse-hubzilla-8d442e6fc1364ea351a9b781e8173c1b679b7a91.tar.gz
volse-hubzilla-8d442e6fc1364ea351a9b781e8173c1b679b7a91.tar.bz2
volse-hubzilla-8d442e6fc1364ea351a9b781e8173c1b679b7a91.zip
fix timeago (again), webfinger new spec implemented, some theme work
Diffstat (limited to 'include/group.php')
-rw-r--r--include/group.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/group.php b/include/group.php
index 52a0fe522..d4a01593e 100644
--- a/include/group.php
+++ b/include/group.php
@@ -221,7 +221,7 @@ function group_side($every="contacts",$each="group",$edit = false, $group_id = 0
$groups = array();
$groups[] = array(
- 'text' => t('All Connections'),
+ 'text' => t('All Channels'),
'id' => 0,
'selected' => (($group_id == 0) ? 'group-selected' : ''),
'href' => $every,