]> git.mxchange.org Git - friendica.git/commitdiff
my -> your
authorFriendika <info@friendika.com>
Thu, 14 Jul 2011 10:08:48 +0000 (03:08 -0700)
committerFriendika <info@friendika.com>
Thu, 14 Jul 2011 10:08:48 +0000 (03:08 -0700)
include/nav.php

index b3e1aa8e880b722a13b407d29dc220f96583f8a4..895c321e6ad39ac893d3dadd3585c1d34377a97f 100644 (file)
@@ -88,9 +88,9 @@ function nav(&$a) {
 
        if(local_user()) {
 
-               $nav['network'] = array('network', t('Network'), "", t('Conversations from my friends'));
+               $nav['network'] = array('network', t('Network'), "", t('Conversations from your friends'));
 
-               $nav['home'] = array('profile/' . $a->user['nickname'], t('Home'), "", t('My posts and conversations'));
+               $nav['home'] = array('profile/' . $a->user['nickname'], t('Home'), "", t('Your posts and conversations'));
 
 
                /* only show friend requests for normal pages. Other page types have automatic friendship. */