summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-10-20 11:16:21 +0200
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-10-20 11:16:21 +0200
commit1459110124c012364800484cd3677f754917de63 (patch)
tree23a02987ba8b6577182504aa3b5d2acf967efdbf /lib
parentbee51e1cec3bb99dd9bf6773b224ee25294fc02b (diff)
Fix nasty bug in parameter for e-mail notification for favourite.
Diffstat (limited to 'lib')
-rw-r--r--lib/mail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mail.php b/lib/mail.php
index 3703e5c35..30d743848 100644
--- a/lib/mail.php
+++ b/lib/mail.php
@@ -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,