diff options
author | Friendika <info@friendika.com> | 2011-07-14 03:08:48 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-14 03:08:48 -0700 |
commit | c8d969e84c06b210001bc6e4cabc646c47077147 (patch) | |
tree | c03b25285c17067e4cec0ee11e979ee3d5d3df55 | |
parent | 7534b8873b7d0e857dbfe4c8085957f8a826ec03 (diff) | |
download | volse-hubzilla-c8d969e84c06b210001bc6e4cabc646c47077147.tar.gz volse-hubzilla-c8d969e84c06b210001bc6e4cabc646c47077147.tar.bz2 volse-hubzilla-c8d969e84c06b210001bc6e4cabc646c47077147.zip |
my -> your
-rw-r--r-- | include/nav.php | 4 |
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. */ |