diff options
author | friendica <info@friendica.com> | 2012-10-27 03:54:44 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-27 03:54:44 -0700 |
commit | e29618ee0df044b1ae292fb28a0a8fda34e63252 (patch) | |
tree | e93fdf039e9a8c4e5d8652746ae549bd59c00724 /include/group.php | |
parent | fb8b44f1b2c7cefecf540ff1224a529be2694a6a (diff) | |
download | volse-hubzilla-e29618ee0df044b1ae292fb28a0a8fda34e63252.tar.gz volse-hubzilla-e29618ee0df044b1ae292fb28a0a8fda34e63252.tar.bz2 volse-hubzilla-e29618ee0df044b1ae292fb28a0a8fda34e63252.zip |
contact group is now 'channel group'
Diffstat (limited to 'include/group.php')
-rw-r--r-- | include/group.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/group.php b/include/group.php index 0df3a7b15..f26e9f5c1 100644 --- a/include/group.php +++ b/include/group.php @@ -267,10 +267,10 @@ function group_side($every="contacts",$each="group",$edit = false, $group_id = 0 $tpl = get_markup_template("group_side.tpl"); $o = replace_macros($tpl, array( - '$title' => t('Contact Groups'), - '$edittext' => t('Edit contact group'), - '$createtext' => t('Create a new contact group'), - '$ungrouped' => (($every === 'contacts') ? t('Contacts not in any contact group') : ''), + '$title' => t('Channel Groups'), + '$edittext' => t('Edit channel group'), + '$createtext' => t('Create a new channel group'), + '$ungrouped' => (($every === 'contacts') ? t('Channels not in any group') : ''), '$groups' => $groups, '$add' => t('add'), )); |