]> git.mjollnir.org Git - moodle.git/commitdiff
Used existing string showrecent for button text in print_recent_activity_selector.
authorselliott <selliott>
Thu, 5 Feb 2004 20:48:06 +0000 (20:48 +0000)
committerselliott <selliott>
Thu, 5 Feb 2004 20:48:06 +0000 (20:48 +0000)
course/lib.php

index 1d1ec3d08ec9c70b1801f32ada0165e69cec4363..e000bc668decf26e495f4b181c3164f663adb38f 100644 (file)
@@ -135,7 +135,7 @@ function print_recent_selector_form($course, $selecteduser=0, $selecteddate="tod
     choose_from_menu ($users, "user", $selecteduser, get_string("allparticipants") );
     choose_from_menu ($dates, "date", $selecteddate, get_string("alldays"));
     choose_from_menu ($activities, "modid", $selectedactivity, get_string("allactivities"), "", "");
-    echo "<input type=submit value=\"".get_string("showthesereports")."\">";
+    echo "<input type=submit value=\"".get_string("showrecent")."\">";
     echo "</form>";
     echo "</center>";
 }