ping: mention rewording

This commit is contained in:
Fabio Comuni 2011-12-02 08:34:03 +01:00
parent 6705549d66
commit ccc8486544
1 changed files with 1 additions and 1 deletions

View File

@ -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") );
};
}