Unifying the texts.
This commit is contained in:
parent
06a4b0dc5e
commit
c45b16d2a1
1 changed files with 1 additions and 1 deletions
|
@ -835,7 +835,7 @@ function contacts_tab($a, $contact_id, $active_tab) {
|
||||||
|
|
||||||
$x = count_all_friends(local_user(), $contact_id);
|
$x = count_all_friends(local_user(), $contact_id);
|
||||||
if ($x)
|
if ($x)
|
||||||
$tabs[] = array('label'=>t('All Contacts'),
|
$tabs[] = array('label'=>t('Contacts'),
|
||||||
'url' => "allfriends/".$contact_id,
|
'url' => "allfriends/".$contact_id,
|
||||||
'sel' => (($active_tab == 3)?'active':''),
|
'sel' => (($active_tab == 3)?'active':''),
|
||||||
'title' => t('View all contacts'),
|
'title' => t('View all contacts'),
|
||||||
|
|
Loading…
Reference in a new issue