summaryrefslogtreecommitdiff
path: root/testimonials_edit.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testimonials_edit.inc')
-rw-r--r--testimonials_edit.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/testimonials_edit.inc b/testimonials_edit.inc
index 83ea9c1..e6e407f 100644
--- a/testimonials_edit.inc
+++ b/testimonials_edit.inc
@@ -18,8 +18,8 @@ function fellowship_testimonials_edit_form($form,$form_state, $testimonial_id =
"#type" => 'select',
"#title" => t('Select Activity'),
"#options" => array(
- 'S' => 'Semster-long internship',
- 'F' => 'Fossee Summer fellowship'
+ 'Semster-long internship' => 'Semster-long internship',
+ 'Fossee Summer fellowship' => 'Fossee Summer fellowship'
),
"#required" => TRUE,
'#default_value' => $row->activity,