diff options
author | Sashi20 | 2018-06-21 14:24:14 +0530 |
---|---|---|
committer | Sashi20 | 2018-06-21 14:24:14 +0530 |
commit | d5dd7b5f88bcdd8c0a842a39dc8a1c07d2f2beba (patch) | |
tree | 5a5e54c8cdf21dd8a39273c686ea989b712d9be8 /textbook_companion.module | |
parent | d2d647d532b00a6822cb9d3fe35ff8abf5aeee10 (diff) | |
download | r_textbook_companion-d5dd7b5f88bcdd8c0a842a39dc8a1c07d2f2beba.tar.gz r_textbook_companion-d5dd7b5f88bcdd8c0a842a39dc8a1c07d2f2beba.tar.bz2 r_textbook_companion-d5dd7b5f88bcdd8c0a842a39dc8a1c07d2f2beba.zip |
Fixed small typos
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 7dfb142..d86b626 100755 --- a/textbook_companion.module +++ b/textbook_companion.module @@ -2954,7 +2954,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 submited code for all examples.', array( + $message['subject'] = t('[!site_name][Textbook Companion] You have marked to submitted code for all examples.', array( '!site_name' => variable_get('site_name', '') )); $message['body'] = array( |