From: Michael Vogel Date: Tue, 1 Dec 2015 18:02:03 +0000 (+0100) Subject: Unifying the texts. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c45b16d2a13ae178baff45b23731a41aad182cf5;p=friendica.git Unifying the texts. --- 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'),