From c8d969e84c06b210001bc6e4cabc646c47077147 Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 14 Jul 2011 03:08:48 -0700 Subject: [PATCH] my -> your --- include/nav.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. */