aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-07-14 03:08:48 -0700
committerFriendika <info@friendika.com>2011-07-14 03:08:48 -0700
commitc8d969e84c06b210001bc6e4cabc646c47077147 (patch)
treec03b25285c17067e4cec0ee11e979ee3d5d3df55 /include
parent7534b8873b7d0e857dbfe4c8085957f8a826ec03 (diff)
downloadvolse-hubzilla-c8d969e84c06b210001bc6e4cabc646c47077147.tar.gz
volse-hubzilla-c8d969e84c06b210001bc6e4cabc646c47077147.tar.bz2
volse-hubzilla-c8d969e84c06b210001bc6e4cabc646c47077147.zip
my -> your
Diffstat (limited to 'include')
-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. */