diff options
Diffstat (limited to 'proposal.inc')
-rwxr-xr-x | proposal.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proposal.inc b/proposal.inc index 6b45639..1f93577 100755 --- a/proposal.inc +++ b/proposal.inc @@ -71,7 +71,7 @@ function book_proposal_form($form_state) $form['how_project'] = array( '#type' => 'select', '#title' => t('How did you come to know about this project'), - '#options' => array('Oscad Website' => 'Oscad Website', + '#options' => array('CFD Website' => 'CFD Website', 'Friend' => 'Friend', 'Professor/Teacher' => 'Professor/Teacher', 'Mailing List' => 'Mailing List', |