diff options
Diffstat (limited to 'textbook_companion.module')
-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( |