diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-09-27 19:58:37 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-09-27 19:58:37 -0700 |
commit | 55351114facbe2a911b75e906c88b1b5ac5765bb (patch) | |
tree | 86e1155b1e4ebbbf9cbd5637c3b527aae30d914c /mod/network.php | |
parent | 01d36785b052f722c982700bcfe29e7ea26d1321 (diff) | |
download | volse-hubzilla-55351114facbe2a911b75e906c88b1b5ac5765bb.tar.gz volse-hubzilla-55351114facbe2a911b75e906c88b1b5ac5765bb.tar.bz2 volse-hubzilla-55351114facbe2a911b75e906c88b1b5ac5765bb.zip |
you and me babe
Diffstat (limited to 'mod/network.php')
-rw-r--r-- | mod/network.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/network.php b/mod/network.php index 26e4b0524..5bda15d3f 100644 --- a/mod/network.php +++ b/mod/network.php @@ -223,7 +223,7 @@ function network_content(&$a, $update = 0) { '$parent' => $item['parent'], '$profile_uid' => $_SESSION['uid'], '$mylink' => $a->contact['url'], - '$mytitle' => t('Me'), + '$mytitle' => t('This is you'), '$myphoto' => $a->contact['thumb'], '$ww' => $commentww )); |