MDL-11722 - incorrect string - creating new one so that other lang packs translate it correctly.
This commit is contained in:
@@ -148,6 +148,7 @@ $string['validationtype'] = 'This preference set the DOMXML library used for val
|
||||
$string['value'] = 'Value';
|
||||
$string['versionwarning'] = 'The manifest version is older than 1.3, warning at $a->tag tag';
|
||||
$string['viewallreports'] = 'View reports for $a attempts';
|
||||
$string['viewalluserreports'] = 'View reports for $a users';
|
||||
$string['whatgrade'] = 'Attempts grading';
|
||||
$string['width'] = 'Width';
|
||||
$string['window'] = 'Window';
|
||||
|
||||
+1
-1
@@ -74,7 +74,7 @@
|
||||
|
||||
$trackedusers = scorm_get_count_users($scorm->id, $cm->groupingid);
|
||||
if ($trackedusers > 0) {
|
||||
echo "<div class=\"reportlink\"><a $CFG->frametarget href=\"report.php?id=$cm->id\"> ".get_string('viewallreports','scorm',$trackedusers).'</a></div>';
|
||||
echo "<div class=\"reportlink\"><a $CFG->frametarget href=\"report.php?id=$cm->id\"> ".get_string('viewalluserreports','scorm',$trackedusers).'</a></div>';
|
||||
} else {
|
||||
echo '<div class="reportlink">'.get_string('noreports','scorm').'</div>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user