From 1d1116812d1f0d18e9ca65022dcc52c6c815967d Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 8 Aug 2008 15:39:59 +0000 Subject: Closes #221: Body and subject now internationalised. git-svn-id: https://code.elgg.org/elgg/trunk@1802 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/email/confirm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/email') diff --git a/actions/email/confirm.php b/actions/email/confirm.php index b11c790d7..64c2c766a 100644 --- a/actions/email/confirm.php +++ b/actions/email/confirm.php @@ -26,7 +26,7 @@ system_message(elgg_echo('email:confirm:success')); $user = get_entity($user_guid); - notify_user($user_guid, $CONFIG->site->guid, elgg_echo('email:validate:success:subject'), sprintf(elgg_echo('email:validate:success:body'), $user->username), NULL, 'email'); + notify_user($user_guid, $CONFIG->site->guid, sprintf(elgg_echo('email:validate:success:subject'), $user->username), sprintf(elgg_echo('email:validate:success:body'), $user->name), NULL, 'email'); } else register_error(elgg_echo('email:confirm:fail')); -- cgit v1.2.3