Fixing bug #4496: strings to long in lang file

This commit is contained in:
mjollnir_
2005-12-20 20:19:17 +00:00
parent 0f561844e7
commit cc17b250d8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -52,7 +52,7 @@
if (!$modules = get_records_sql('SELECT DISTINCT module,name FROM '.$CFG->prefix.'course_modules cm JOIN '.
$CFG->prefix.'modules m ON cm.module = m.id WHERE course = '.$course->id)) {
print_error('participationreportnocoursemodules',$CFG->wwwroot.'/course/view.php?id='.$course->id);
print_error('noparticipatorycms',$CFG->wwwroot.'/course/view.php?id='.$course->id);
}
+1 -1
View File
@@ -26,10 +26,10 @@ $string['modulemissingcode'] = 'Module $a is missing the code needed to perform
$string['mustbeteacher'] = 'You must be a teacher to look at this page';
$string['noinstances'] = 'There are no instances of $a in this course! ';
$string['nonmeaningfulcontent'] = 'Non meaningful content';
$string['noparticipatorycms'] = 'Sorry, but you have no participatory course modules to report on.';
$string['notavailable'] = 'That is not currently available';
$string['onlyeditown'] = 'You can only edit your own information';
$string['onlyeditingteachers'] = 'Only editing teachers can do that.';
$string['participationreportnocoursemodules'] = 'Sorry, but you have no participatory course modules to report on.';
$string['processingstops'] = 'Processing stops here. Remaining records ignored.';
$string['restricteduser'] = 'Sorry, but your current account \"$a\" is restricted from doing that.';
$string['sessionerroruser'] = 'Your session has timed out. Please login again.';