]> git.mxchange.org Git - friendica.git/commitdiff
you and me babe
authorMike Macgirvin <mike@macgirvin.com>
Tue, 28 Sep 2010 02:58:37 +0000 (19:58 -0700)
committerMike Macgirvin <mike@macgirvin.com>
Tue, 28 Sep 2010 02:58:37 +0000 (19:58 -0700)
mod/display.php
mod/network.php

index 2bc85f19042611ed5fcb46b8fa9ce52fcc27187a..9c24d85b0511e71f07a897efbb875d495a18ed62 100644 (file)
@@ -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' => ''
                                        ));
index 26e4b05248412b5128a7575251377203321ad52a..5bda15d3fd2d1b6706416b4042ee328dcd08db58 100644 (file)
@@ -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
                                ));