diff options
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 )); |