aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-12-02 08:34:03 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2011-12-02 08:34:03 +0100
commitccc8486544facdb2c83dd5d273b14b24a74a6f5d (patch)
tree4e6566709520db09f24db3cc84a4a4f366b7e89f /mod
parent6705549d6644e846b3f0f90f0c792353d83d108f (diff)
downloadvolse-hubzilla-ccc8486544facdb2c83dd5d273b14b24a74a6f5d.tar.gz
volse-hubzilla-ccc8486544facdb2c83dd5d273b14b24a74a6f5d.tar.bz2
volse-hubzilla-ccc8486544facdb2c83dd5d273b14b24a74a6f5d.zip
ping: mention rewording
Diffstat (limited to 'mod')
-rw-r--r--mod/ping.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/ping.php b/mod/ping.php
index 5b22af764..e74ef8314 100644
--- a/mod/ping.php
+++ b/mod/ping.php
@@ -201,7 +201,7 @@ function ping_init(&$a) {
}
if (count($cit)){
foreach ($cit as $i) {
- echo xmlize( $a->get_baseurl().'/display/'.$a->user['nickname']."/".$i['parent'], $i['author-name'], $i['author-link'], $i['author-avatar'], relative_date($i['created']), t("{0} cited you in a post") );
+ echo xmlize( $a->get_baseurl().'/display/'.$a->user['nickname']."/".$i['parent'], $i['author-name'], $i['author-link'], $i['author-avatar'], relative_date($i['created']), t("{0} mentioned you in a post") );
};
}