From 1a62c5ed46f89169e38bc750f57b731f5534e94c Mon Sep 17 00:00:00 2001 From: james Date: Mon, 21 Feb 2005 22:21:46 +0000 Subject: [PATCH] add "novice" and "expert" to the area of expertise --- register_judges_expertise.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/register_judges_expertise.php b/register_judges_expertise.php index 5504923b..49f4be1d 100644 --- a/register_judges_expertise.php +++ b/register_judges_expertise.php @@ -73,7 +73,7 @@ if($newstatus!="complete") } else { - echo happy(i18n("Areas of Expertise Information Complete")); + echo happy(i18n("Areas of Expertise Inf(rmation Complete")); } echo "
\n"; @@ -100,6 +100,7 @@ else $q=mysql_query("SELECT * FROM projectdivisions WHERE year='".$config['FAIRYEAR']."' ORDER BY division"); while($r=mysql_fetch_object($q)) { + echo "".i18n("Novice")."".i18n("Expert").""; echo ""; for($x=1;$x<=5;$x++) echo "$x";