diff options
author | friendica <info@friendica.com> | 2015-03-30 00:51:03 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-30 00:51:03 -0700 |
commit | cff7696e984576718f48bd9fcdd2ecff0e7d7d73 (patch) | |
tree | 73a4b8c9187af1d9d69179eed6eb5d7ba9ef5170 /include | |
parent | c29d3fc08ae4b5df72c3958ac790a56815413051 (diff) | |
download | volse-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')
-rw-r--r-- | include/group.php | 2 |
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'), |