Skip to content

Commit

Permalink
Used existing string showrecent for button text in print_recent_activ…
Browse files Browse the repository at this point in the history
…ity_selector.
  • Loading branch information
selliott committed Feb 5, 2004
1 parent 0eb7764 commit aae8c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/lib.php
Expand Up @@ -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 ($users, "user", $selecteduser, get_string("allparticipants") );
choose_from_menu ($dates, "date", $selecteddate, get_string("alldays")); choose_from_menu ($dates, "date", $selecteddate, get_string("alldays"));
choose_from_menu ($activities, "modid", $selectedactivity, get_string("allactivities"), "", ""); 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 "</form>";
echo "</center>"; echo "</center>";
} }
Expand Down

0 comments on commit aae8c68

Please sign in to comment.