Change 'listening to your notices' to 'following you'
This commit is contained in:
parent
1a165a5636
commit
60a1b0a15a
|
@ -240,14 +240,13 @@ function mail_subscribe_notify_profile($listenee, $other)
|
||||||
$headers['To'] = $name . ' <' . $listenee->email . '>';
|
$headers['To'] = $name . ' <' . $listenee->email . '>';
|
||||||
// TRANS: Subject of new-subscriber notification e-mail.
|
// TRANS: Subject of new-subscriber notification e-mail.
|
||||||
// TRANS: %1$s is the subscribing user's nickname, %2$s is the StatusNet sitename.
|
// TRANS: %1$s is the subscribing user's nickname, %2$s is the StatusNet sitename.
|
||||||
$headers['Subject'] = sprintf(_('%1$s is now listening to '.
|
$headers['Subject'] = sprintf(_('%1$s is now following you on %2$s.'),
|
||||||
'your notices on %2$s.'),
|
|
||||||
$other->getBestName(),
|
$other->getBestName(),
|
||||||
common_config('site', 'name'));
|
common_config('site', 'name'));
|
||||||
|
|
||||||
// TRANS: Main body of new-subscriber notification e-mail.
|
// TRANS: Main body of new-subscriber notification e-mail.
|
||||||
// TRANS: %1$s is the subscriber's long name, %2$s is the StatusNet sitename.
|
// TRANS: %1$s is the subscriber's long name, %2$s is the StatusNet sitename.
|
||||||
$body = sprintf(_('%1$s is now listening to your notices on %2$s.'),
|
$body = sprintf(_('%1$s is now following you on %2$s.'),
|
||||||
$long_name,
|
$long_name,
|
||||||
common_config('site', 'name')) .
|
common_config('site', 'name')) .
|
||||||
mail_profile_block($other) .
|
mail_profile_block($other) .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user