change "create new collection" to iconic, document the account table

This commit is contained in:
friendica
2015-03-30 00:51:03 -07:00
parent c29d3fc08a
commit cff7696e98
4 changed files with 47 additions and 23 deletions

View File

@@ -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'),