diff --git a/questions.inc.php b/questions.inc.php index 167767a..4b3d5ed 100644 --- a/questions.inc.php +++ b/questions.inc.php @@ -117,10 +117,10 @@ function questions_print_answer_editor($section, $id, $year, $array_name) switch($qs[$qid]['type']) { case 'yesno': if($ans[$qid]=="yes") $ch="checked=\"checked\""; else $ch=""; - print("Yes"); + print("".i18n("Yes")); print("    "); if($ans[$qid]=="no") $ch="checked=\"checked\""; else $ch=""; - print("No"); + print("".i18n("No")); break; case 'int': print(" : - + " /> "; echo "
"; - echo "

Other Areas of Expertise not listed above

"; + echo "

".i18n("Other Areas of Expertise not listed above")."

"; $q=mysql_query("SELECT expertise_other FROM judges WHERE id='".$_SESSION['judges_id']."'"); $judgeinfo=mysql_fetch_object($q); echo "";