diff options
author | Sashi20 | 2019-01-08 10:46:33 +0530 |
---|---|---|
committer | Sashi20 | 2019-01-08 10:46:33 +0530 |
commit | 74bed71de2361d327da96e9d8ccc9d8b7950568a (patch) | |
tree | 2f645ebac81e6126ed0c8b602d272c2d71f3d4b3 | |
parent | 9d0800ad0577001bf79807f7931935afa0e42588 (diff) | |
download | r_textbook_companion-74bed71de2361d327da96e9d8ccc9d8b7950568a.tar.gz r_textbook_companion-74bed71de2361d327da96e9d8ccc9d8b7950568a.tar.bz2 r_textbook_companion-74bed71de2361d327da96e9d8ccc9d8b7950568a.zip |
Modified the subject line when user marks submission of all files
-rwxr-xr-x | textbook_companion.module | 2 |
1 files changed, 1 insertions, 1 deletions
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( |