diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-25 14:17:27 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-25 14:17:27 +0000 |
commit | 27009477e3f523721eacc784598a616bf438d772 (patch) | |
tree | d857ec16fed2d8f4eaff3915e4b5fa7e3812731f /languages/en.php | |
parent | 98b32177eb900e779fd2c7976b1e77fb9dd77d63 (diff) | |
download | elgg-27009477e3f523721eacc784598a616bf438d772.tar.gz elgg-27009477e3f523721eacc784598a616bf438d772.tar.bz2 |
Refs #78: Email notifications on friending, comments
http://trac.elgg.org/elgg/ticket/78
git-svn-id: https://code.elgg.org/elgg/trunk@1124 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 4d99a2ce1..13b661209 100644 --- a/languages/en.php +++ b/languages/en.php @@ -439,6 +439,15 @@ Alternatively, you can enter your database settings below and we will try and do 'welcome' => "Welcome %s",
'welcome_message' => "Welcome to this Elgg installation.", + /** + * Emails + */ + 'friend:newfriend:subject' => "%s has made you a friend!", + 'friend:newfriend:body' => "%s has made you a friend! + +Check them out: %s + +You cannot reply to this email.", /** * XML-RPC |