aboutsummaryrefslogtreecommitdiffstats
path: root/include/group.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-03-30 00:51:03 -0700
committerfriendica <info@friendica.com>2015-03-30 00:51:03 -0700
commitcff7696e984576718f48bd9fcdd2ecff0e7d7d73 (patch)
tree73a4b8c9187af1d9d69179eed6eb5d7ba9ef5170 /include/group.php
parentc29d3fc08ae4b5df72c3958ac790a56815413051 (diff)
downloadvolse-hubzilla-cff7696e984576718f48bd9fcdd2ecff0e7d7d73.tar.gz
volse-hubzilla-cff7696e984576718f48bd9fcdd2ecff0e7d7d73.tar.bz2
volse-hubzilla-cff7696e984576718f48bd9fcdd2ecff0e7d7d73.zip
change "create new collection" to iconic, document the account table
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 70668a355..19bdf03f9 100644
--- a/include/group.php
+++ b/include/group.php
@@ -297,7 +297,7 @@ function group_side($every="connections",$each="group",$edit = false, $group_id
$o = replace_macros($tpl, array(
'$title' => t('Collections'),
'$edittext' => t('Edit collection'),
- '$createtext' => t('Create a new collection'),
+ '$createtext' => t('New collection'),
'$ungrouped' => (($every === 'contacts') ? t('Channels not in any collection') : ''),
'$groups' => $groups,
'$add' => t('add'),