summaryrefslogtreecommitdiff
path: root/lib/mail.php
diff options
context:
space:
mode:
authormillette <millette@controlyourself.ca>2008-11-17 12:56:27 -0500
committermillette <millette@controlyourself.ca>2008-11-17 12:56:27 -0500
commitd1ecedfffebbb0c9687cca7e37fa3558c15ad92a (patch)
treeb0c5e5a51045283fdf89d2146c3fd044f2ea6e60 /lib/mail.php
parente369c5f740ccf1b10bf97c41c72d8723dd21cd30 (diff)
nudge: better nudge email, better nudge disable language.
darcs-hash:20081117175627-099f7-59da80fe33257fa736a354c0a422a227e534ab2c.gz
Diffstat (limited to 'lib/mail.php')
-rw-r--r--lib/mail.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mail.php b/lib/mail.php
index a4764bfb5..0fb36a465 100644
--- a/lib/mail.php
+++ b/lib/mail.php
@@ -240,14 +240,14 @@ function mail_notify_nudge($from, $to) {
$from_profile = $from->getProfile();
$body = sprintf(_("%1\$s (%2\$s) is wondering what you are up to these days and is inviting you to post some news.\n\n".
- "You can reply to their message here:\n\n".
+ "So let's hear from you :)\n\n".
"%3\$s\n\n".
"Don't reply to this email; it won't get to them.\n\n".
"With kind regards,\n".
"%4\$s\n"),
$from_profile->getBestName(),
$from->nickname,
- common_local_url('newmessage', array('to' => $from->id)),
+ common_local_url('all', array('nickname' => $to->nickname)),
common_config('site', 'name'));
return mail_to_user($to, $subject, $body);