Remove "@" from hover text; most people don't use "@" on Facebook

This commit is contained in:
Evan Prodromou 2012-07-09 13:57:51 -04:00
parent b55356491c
commit 16a091a430
1 changed files with 1 additions and 1 deletions

View File

@ -580,7 +580,7 @@ ENDOFSCRIPT;
if (!empty($fuser)) {
$links[] = array("href" => $fuser->link,
"text" => sprintf(_("@%s on Facebook"), $fuser->name),
"text" => sprintf(_("%s on Facebook"), $fuser->name),
"image" => $this->path("images/f_logo.png"));
}
}