]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Remove "@" from hover text; most people don't use "@" on Facebook
authorEvan Prodromou <evan@status.net>
Mon, 9 Jul 2012 17:57:51 +0000 (13:57 -0400)
committerEvan Prodromou <evan@status.net>
Mon, 9 Jul 2012 17:58:16 +0000 (13:58 -0400)
plugins/FacebookBridge/FacebookBridgePlugin.php

index 64a73ed126adb023df09f5e4868f8f5b83da7612..07a149785cf5db86aa1909dd0ad9af8def2c3c5f 100644 (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"));
             }
         }