diff options
Diffstat (limited to 'textbook_companion.module')
-rwxr-xr-x | textbook_companion.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textbook_companion.module b/textbook_companion.module index 2b42400..a975333 100755 --- a/textbook_companion.module +++ b/textbook_companion.module @@ -1849,7 +1849,7 @@ function book_proposal_form_submit($form, &$form_state, $directory_name = NULL) ); if (!drupal_mail('textbook_companion', 'proposal_received', $email_to, language_default(), $params, $from, TRUE)) drupal_set_message('Error sending email message.', 'error'); - drupal_set_message(t('We have received you book proposal. We will get back to you soon.'), 'status'); + drupal_set_message(t('We have received your book proposal. We will get back to you soon.'), 'status'); drupal_goto(''); } /** @@ -3848,4 +3848,4 @@ function _dir_name($book, $author, $pref_id) } //$result > 1 } return $directory_name; -}
\ No newline at end of file +} |