From f1b9123835ef68f7392ccdb4128a4f0ba66d8d77 Mon Sep 17 00:00:00 2001 From: jacob Date: Tue, 26 Oct 2010 19:38:08 +0000 Subject: [PATCH] Added a couple of field descriptions in the user fields --- user.inc.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/user.inc.php b/user.inc.php index 0f53254..3ece17e 100644 --- a/user.inc.php +++ b/user.inc.php @@ -321,14 +321,17 @@ function user_get_field_labels(){ 'years_national' => 'Years experience judging at national level', 'willing_chair' => 'Willing to lead a judging team', 'special_award_only' => 'Judging only for a special award', - 'languages' => 'Languages', + 'cat_prefs' => 'Category Preferences', 'div_prefs' => 'Division Preferences', 'divsub_prefs' => 'Subdivision Preferences', - 'expertise_other' => 'Other areas of expertise', + 'languages' => 'Languages', 'highest_psd' => 'Highest post-secondary degree', + 'expertise_other' => 'Other areas of expertise', + 'sponsors_id' => 'Sponsor', 'primary' => 'Primary Contact', 'position' => 'Position', 'notes' => 'Notes', + 'schools_id' => 'School', 'grade' => 'Grade', 'special_awards' => 'Special Awards', 'available_times' => 'Times Available'