diff options
author | friendica <redmatrix@redmatrix.me> | 2015-04-01 01:07:38 -0700 |
---|---|---|
committer | friendica <redmatrix@redmatrix.me> | 2015-04-01 01:07:38 -0700 |
commit | 6199af6a790016254b3af3cebd334902469f86ec (patch) | |
tree | 7c9e233a1c649f6d1797584264a7804aa33dba20 /include/group.php | |
parent | 6f78d7a85d0371dc7fb72acb3a85217005400f91 (diff) | |
download | volse-hubzilla-6199af6a790016254b3af3cebd334902469f86ec.tar.gz volse-hubzilla-6199af6a790016254b3af3cebd334902469f86ec.tar.bz2 volse-hubzilla-6199af6a790016254b3af3cebd334902469f86ec.zip |
revert iconic change to collection list widget
Diffstat (limited to 'include/group.php')
-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 19bdf03f9..fe55ec23f 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('New collection'), + '$createtext' => t('Add new collection'), '$ungrouped' => (($every === 'contacts') ? t('Channels not in any collection') : ''), '$groups' => $groups, '$add' => t('add'), |