From c45b16d2a13ae178baff45b23731a41aad182cf5 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Tue, 1 Dec 2015 19:02:03 +0100 Subject: [PATCH] Unifying the texts. --- mod/contacts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/contacts.php b/mod/contacts.php index 35ce753676..270541f4a0 100644 --- a/mod/contacts.php +++ b/mod/contacts.php @@ -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'),