]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix nasty bug in parameter for e-mail notification for favourite.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Wed, 20 Oct 2010 09:16:21 +0000 (11:16 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Wed, 20 Oct 2010 09:16:21 +0000 (11:16 +0200)
lib/mail.php

index 3703e5c35d88e796e0e23ba9afde40452571c604..30d743848ff98488c69d6d7546e7a3bcfc67d102 100644 (file)
@@ -600,7 +600,7 @@ function mail_notify_fave($other, $user, $notice)
 
     // TRANS: Subject for favorite notification e-mail.
     // TRANS: %1$s is the adding user's long name, %2$s is the adding user's nickname.
-    $subject = sprintf(_('%1s$ (@%2$s) added your notice as a favorite'), $bestname, $user->nickname);
+    $subject = sprintf(_('%1$s (@%2$s) added your notice as a favorite'), $bestname, $user->nickname);
 
     // TRANS: Body for favorite notification e-mail.
     // TRANS: %1$s is the adding user's long name, $2$s is the date the notice was created,