summaryrefslogtreecommitdiff
path: root/proposal.inc
diff options
context:
space:
mode:
Diffstat (limited to 'proposal.inc')
-rwxr-xr-xproposal.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/proposal.inc b/proposal.inc
index 0a0606b..6f6f0db 100755
--- a/proposal.inc
+++ b/proposal.inc
@@ -213,7 +213,7 @@ function lab_migration_proposal_form_submit($form, &$form_state)
if (!drupal_mail('lab_migration', 'proposal_received', $email_to , language_default(), $param, variable_get('lab_migration_from_email', NULL), TRUE))
drupal_set_message('Error sending email message.', 'error');
- drupal_set_message(t('We have received you lab migration proposal. We will get back to you soon.'), 'status');
+ drupal_set_message(t('We have received you Lab migration proposal. We will get back to you soon.'), 'status');
drupal_goto('');
}