From: Mike Macgirvin Date: Tue, 28 Sep 2010 02:58:37 +0000 (-0700) Subject: you and me babe X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=55351114facbe2a911b75e906c88b1b5ac5765bb;p=friendica.git you and me babe --- diff --git a/mod/display.php b/mod/display.php index 2bc85f1904..9c24d85b05 100644 --- a/mod/display.php +++ b/mod/display.php @@ -158,7 +158,7 @@ function display_content(&$a) { '$parent' => $item['parent'], '$profile_uid' => $a->profile['uid'], '$mylink' => $contact['url'], - '$mytitle' => t('Me'), + '$mytitle' => t('This is you'), '$myphoto' => $contact['thumb'], '$ww' => '' )); diff --git a/mod/network.php b/mod/network.php index 26e4b05248..5bda15d3fd 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 ));