]> git.mxchange.org Git - friendica.git/commitdiff
Unifying the texts.
authorMichael Vogel <icarus@dabo.de>
Tue, 1 Dec 2015 18:02:03 +0000 (19:02 +0100)
committerMichael Vogel <icarus@dabo.de>
Tue, 1 Dec 2015 18:02:03 +0000 (19:02 +0100)
mod/contacts.php

index 35ce753676ee682c73245b7b578115b8b3f245a0..270541f4a0912e2090aeb36b3365381b43142392 100644 (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'),