diff options
author | Saketh1499 | 2021-02-25 11:12:35 +0530 |
---|---|---|
committer | Saketh1499 | 2021-02-25 11:12:35 +0530 |
commit | 3864019c040b88add6a3e668c8f960a5743b5521 (patch) | |
tree | 58f7dc70058960e645897943d9607b6d2a1c695f /idea_proposal.inc | |
parent | e92f4e6edab823292a923c39bb4cce2e46488e6b (diff) | |
download | dwsim_custom_model-3864019c040b88add6a3e668c8f960a5743b5521.tar.gz dwsim_custom_model-3864019c040b88add6a3e668c8f960a5743b5521.tar.bz2 dwsim_custom_model-3864019c040b88add6a3e668c8f960a5743b5521.zip |
Generating certificates for completed projects
Diffstat (limited to 'idea_proposal.inc')
-rwxr-xr-x[-rw-r--r--] | idea_proposal.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idea_proposal.inc b/idea_proposal.inc index 5d37731..cea548f 100644..100755 --- a/idea_proposal.inc +++ b/idea_proposal.inc @@ -461,6 +461,6 @@ function custom_model_idea_proposal_form_submit($form, &$form_state) ); if (!drupal_mail('custom_model', 'custom_model_idea_proposal_received', $email_to, user_preferred_language($user), $params, $form, TRUE)) drupal_set_message('Error sending email message.', 'error'); - drupal_set_message(t('We have received your custom model proposal.'), 'status'); + drupal_set_message(t('We have received your DWSIM Custom Model proposal.'), 'status'); drupal_goto(''); }
\ No newline at end of file |