Fixed a missing translation string

This commit is contained in:
moodler 2003-07-24 04:55:15 +00:00
parent 0ed00b3b7f
commit 350a05c4cf

View file

@ -49,7 +49,7 @@
print_heading("$user->firstname $user->lastname"); print_heading("$user->firstname $user->lastname");
echo "<table cellpadding=10 align=center><tr>"; echo "<table cellpadding=10 align=center><tr>";
echo "<td>reports: </td>"; echo "<td>$stractivityreport: </td>";
foreach ($modes as $listmode) { foreach ($modes as $listmode) {
$strmode = get_string($listmode); $strmode = get_string($listmode);