Fixed language string for show league tables.

This commit is contained in:
thepurpleblob 2005-07-06 13:44:04 +00:00
parent 9b1181890c
commit 621d2ab686

View File

@ -313,7 +313,7 @@
$numbers[$i] = $i;
}
choose_from_menu($numbers, "showleaguetable", $form->showleaguetable, "");
helpbutton("leaguetable", get_string("showleaguetable", "workshop"), "workshop");
helpbutton("leaguetable", get_string("leaguetable", "workshop"), "workshop");
?>
</td>
</tr>