use consistent terminology
This commit is contained in:
parent
69920fb717
commit
419b4ecfde
@ -229,7 +229,7 @@ function mini_group_select($uid,$group = '') {
|
|||||||
logger('mini_group_select: ' . print_r($grps,true), LOGGER_DATA);
|
logger('mini_group_select: ' . print_r($grps,true), LOGGER_DATA);
|
||||||
|
|
||||||
$o = replace_macros(get_markup_template('group_selection.tpl'), array(
|
$o = replace_macros(get_markup_template('group_selection.tpl'), array(
|
||||||
'$label' => t('Default privacy group for new contacts'),
|
'$label' => t('Add new connections to this collection (privacy group)'),
|
||||||
'$groups' => $grps
|
'$groups' => $grps
|
||||||
));
|
));
|
||||||
return $o;
|
return $o;
|
||||||
|
Reference in New Issue
Block a user