From c9c8db2dac62f041c1dadf37559ac77c97e802f7 Mon Sep 17 00:00:00 2001 From: mjollnir_ Date: Mon, 17 Oct 2005 23:17:54 +0000 Subject: [PATCH] better message for no data for stats - now we have statscatchup mode we don't need to know about waiting a week --- lang/en/moodle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index f5f1a40435f..ff04fd85cfb 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -864,7 +864,7 @@ $string['noreplybouncesubject'] = '$a - bounced email.'; $string['noresults'] = 'No results'; $string['normal'] = 'Normal'; $string['normalfilter'] = 'Normal search'; -$string['nostatstodisplay'] = 'There is no available data to display, sorry. If you have only just enabled stats and set the first run to now onwards, you may need to wait a week before there is enough data to display.'; +$string['nostatstodisplay'] = 'There is no available data to display, sorry.'; $string['nostudentsfound'] = 'No $a found'; $string['nostudentsyet'] = 'No students enrolled in this course yet'; $string['nostudentsingroup'] = 'There are no students in this group yet';