From c0d596459406f7e77df595a268d546ddd1b4ec72 Mon Sep 17 00:00:00 2001 From: dongsheng Date: Mon, 23 Jun 2008 06:07:05 +0000 Subject: [PATCH] "MDL-15344, new lang string add" --- lang/en_utf8/error.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en_utf8/error.php b/lang/en_utf8/error.php index a5d590b9097..a1648a7abf3 100644 --- a/lang/en_utf8/error.php +++ b/lang/en_utf8/error.php @@ -57,6 +57,7 @@ $string['nonmeaningfulcontent'] = 'Non meaningful content'; $string['noparticipatorycms'] = 'Sorry, but you have no participatory course modules to report on.'; $string['nopermissions'] = 'Sorry, but you do not currently have permissions to do that ($a)'; $string['notavailable'] = 'That is not currently available'; +$string['nostatstodisplay'] = 'There is no available data to display, sorry.'; $string['onlyadmins'] = 'Only administrators can do that.'; $string['onlyeditingteachers'] = 'Only editing teachers can do that.'; $string['onlyeditown'] = 'You can only edit your own information';