Lots of tiny message changes.
* Mostly punctuation updates so that the same message is used consistently in all of StatusNet. * Some cases of "Title Case" removed, because that does not appear to be used consistently.
This commit is contained in:
@@ -251,11 +251,11 @@ function mail_subscribe_notify_profile($listenee, $other)
|
||||
common_config('site', 'name'),
|
||||
$other->profileurl,
|
||||
($other->location) ?
|
||||
sprintf(_("Location: %s\n"), $other->location) : '',
|
||||
sprintf(_("Location: %s"), $other->location) . "\n" : '',
|
||||
($other->homepage) ?
|
||||
sprintf(_("Homepage: %s\n"), $other->homepage) : '',
|
||||
sprintf(_("Homepage: %s"), $other->homepage) . "\n" : '',
|
||||
($other->bio) ?
|
||||
sprintf(_("Bio: %s\n\n"), $other->bio) : '',
|
||||
sprintf(_("Bio: %s"), $other->bio) . "\n\n" : '',
|
||||
common_config('site', 'name'),
|
||||
common_local_url('emailsettings'));
|
||||
|
||||
@@ -652,4 +652,3 @@ function mail_notify_attn($user, $notice)
|
||||
common_init_locale();
|
||||
mail_to_user($user, $subject, $body);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user