diff options
author | friendica <info@friendica.com> | 2012-07-13 07:09:29 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-13 07:09:29 -0700 |
commit | a20a6377277a985fa596b0ea460d91b97f79b4a5 (patch) | |
tree | 1878d488143e2f0d698dc42ae924ab7be93ffb54 /include/group.php | |
parent | 599f3d29610b2cc509ab51df0f42d154dd70278d (diff) | |
download | volse-hubzilla-a20a6377277a985fa596b0ea460d91b97f79b4a5.tar.gz volse-hubzilla-a20a6377277a985fa596b0ea460d91b97f79b4a5.tar.bz2 volse-hubzilla-a20a6377277a985fa596b0ea460d91b97f79b4a5.zip |
merge upstream, slider work, refactor ping module, language selection work
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 854ac06a9..1071f5c78 100644 --- a/include/group.php +++ b/include/group.php @@ -236,10 +236,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('Groups'), - '$edittext' => t('Edit group'), - '$createtext' => t('Create a new group'), - '$ungrouped' => (($every === 'contacts') ? t('Contacts not in any group') : ''), + '$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') : ''), '$groups' => $groups, '$add' => t('add'), )); |