revert iconic change to collection list widget

This commit is contained in:
friendica
2015-04-01 01:07:38 -07:00
parent 6f78d7a85d
commit 6199af6a79
3 changed files with 5 additions and 3 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('New collection'),
'$createtext' => t('Add new collection'),
'$ungrouped' => (($every === 'contacts') ? t('Channels not in any collection') : ''),
'$groups' => $groups,
'$add' => t('add'),