my -> your

This commit is contained in:
Friendika 2011-07-14 03:08:48 -07:00
parent 7534b8873b
commit c8d969e84c
1 changed files with 2 additions and 2 deletions

View File

@ -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. */