aboutsummaryrefslogtreecommitdiffstats
path: root/include/group.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-12-01 16:33:53 -0800
committerfriendica <info@friendica.com>2011-12-01 16:33:53 -0800
commitac3df5fece6e1f5a6eab3a2694b15bcf45ed31e4 (patch)
tree204e91c02902a0a3c65cff9fc40808c7d516de75 /include/group.php
parent29b5d398fd4c80321fe0882bab9cc11455c75784 (diff)
downloadvolse-hubzilla-ac3df5fece6e1f5a6eab3a2694b15bcf45ed31e4.tar.gz
volse-hubzilla-ac3df5fece6e1f5a6eab3a2694b15bcf45ed31e4.tar.bz2
volse-hubzilla-ac3df5fece6e1f5a6eab3a2694b15bcf45ed31e4.zip
dynamic group edit buttons
Diffstat (limited to 'include/group.php')
-rw-r--r--include/group.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/group.php b/include/group.php
index 82cdc554f..4a35912e5 100644
--- a/include/group.php
+++ b/include/group.php
@@ -210,6 +210,7 @@ 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'),
'$groups' => $groups,
'$add' => t('add'),