diff options
author | Prashant P. Shah | 2011-07-12 11:58:15 +0530 |
---|---|---|
committer | Prashant P. Shah | 2011-07-12 11:58:15 +0530 |
commit | b64210e62829e2e826cae2bf87696a216ff041dc (patch) | |
tree | 657357e388e99c749dd22bfe9e8f6516bf643692 /lab_migration.module | |
parent | b65ec046bf14cc83627df690c361d3bd23b633b9 (diff) | |
download | scilab_lab_migration-b64210e62829e2e826cae2bf87696a216ff041dc.tar.gz scilab_lab_migration-b64210e62829e2e826cae2bf87696a216ff041dc.tar.bz2 scilab_lab_migration-b64210e62829e2e826cae2bf87696a216ff041dc.zip |
Updated email messages
Signed-off-by: Prashant P. Shah <pshah.mumbai@gmail.com>
Diffstat (limited to 'lab_migration.module')
-rw-r--r-- | lab_migration.module | 4 |
1 files changed, 2 insertions, 2 deletions
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 . ' |