Unifying the texts.

This commit is contained in:
Michael Vogel 2015-12-01 19:02:03 +01:00
parent 06a4b0dc5e
commit c45b16d2a1
1 changed files with 1 additions and 1 deletions

View File

@ -835,7 +835,7 @@ function contacts_tab($a, $contact_id, $active_tab) {
$x = count_all_friends(local_user(), $contact_id);
if ($x)
$tabs[] = array('label'=>t('All Contacts'),
$tabs[] = array('label'=>t('Contacts'),
'url' => "allfriends/".$contact_id,
'sel' => (($active_tab == 3)?'active':''),
'title' => t('View all contacts'),