From b64210e62829e2e826cae2bf87696a216ff041dc Mon Sep 17 00:00:00 2001 From: Prashant P. Shah Date: Tue, 12 Jul 2011 11:58:15 +0530 Subject: Updated email messages Signed-off-by: Prashant P. Shah --- lab_migration.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lab_migration.module') diff --git a/lab_migration.module b/lab_migration.module index 09b7d41..a148103 100644 --- a/lab_migration.module +++ b/lab_migration.module @@ -115,7 +115,7 @@ function lab_migration_mail($key, &$message, $params) $message['body'] = t(' Dear !user_name, -We have received your following lab migration proposal: +We have received your proposal to migrate the lab in to Scilab, following details was submitted by you: Name of the Proposer : ' . $proposal_data->name_title . ' ' . $proposal_data->name . ' Email : ' . $user_data->mail . ' @@ -171,7 +171,7 @@ Lab Migration Team $message['body'] = t(' Dear !user_name, -Your following Lab migration proposal has been approved: +Your following Lab migration proposal has been approved and solution is in progress. You will receive an email from us as soon as we will upload the solution. Please note that your solution will be made available on the Scilab portal. Name of the Proposer : ' . $proposal_data->name_title . ' ' . $proposal_data->name . ' Email : ' . $user_data->mail . ' -- cgit