]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed a missing translation string
authormoodler <moodler>
Thu, 24 Jul 2003 04:55:15 +0000 (04:55 +0000)
committermoodler <moodler>
Thu, 24 Jul 2003 04:55:15 +0000 (04:55 +0000)
course/user.php

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