aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/nav.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/nav.php b/include/nav.php
index b3e1aa8e8..895c321e6 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. */