- Change the submit button on the judge's special awards page to say "Save

special awards preferences", instead of "Save areas of Expertise"
This commit is contained in:
dave 2007-03-05 01:59:49 +00:00
parent 9e009bc5d6
commit d2ab242d39

View File

@ -112,7 +112,7 @@ else
echo "</table>";
echo "<br />";
echo "<input type=\"submit\" value=\"".i18n("Save Areas of Expertise Information")."\" />\n";
echo "<input type=\"submit\" value=\"".i18n("Save Special Award Preferences")."\" />\n";
echo "</form>";
echo "<br />";
echo "<a onclick=\"return confirmChanges();\" href=\"register_judges_main.php\">&lt;&lt; ".i18n("Back to Judges Registration Summary")."</a><br />";