From 74bed71de2361d327da96e9d8ccc9d8b7950568a Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Tue, 8 Jan 2019 10:46:33 +0530 Subject: Modified the subject line when user marks submission of all files --- textbook_companion.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textbook_companion.module') diff --git a/textbook_companion.module b/textbook_companion.module index 85fb343..f24cfa8 100755 --- a/textbook_companion.module +++ b/textbook_companion.module @@ -2964,7 +2964,7 @@ FOSSEE,IIT Bombay', array( $approved_preference_data = $result->fetchObject(); $user_data = user_load($params['all_code_submitted']['user_id']); $message['headers'] = $params['all_code_submitted']['headers']; - $message['subject'] = t('[!site_name][Textbook Companion] You have marked to submitted code for all examples.', array( + $message['subject'] = t('[!site_name][Textbook Companion] You have marked that you have submitted the code for all examples.', array( '!site_name' => variable_get('site_name', '') )); $message['body'] = array( -- cgit