From: Friendika <info@friendika.com>
Date: Thu, 14 Jul 2011 10:08:48 +0000 (-0700)
Subject: my -> your
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c8d969e84c06b210001bc6e4cabc646c47077147;p=friendica.git

my -> your
---

diff --git a/include/nav.php b/include/nav.php
index b3e1aa8e88..895c321e6a 100644
--- a/include/nav.php
+++ b/include/nav.php
@@ -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. */