$string['filename'] = "File name";
$string['fulltext'] = "Full text";
$string['htmlfragment'] = "HTML fragment";
-$string['neverread'] = "Never read";
+$string['neverseen'] = "Never seen";
$string['note'] = "Note";
$string['notefile'] = "To upload more files into the course (so they appear in this list) use the
<A HREF=\$a >File Manager</A>.";
echo "$strnumviews - $strmostrecently ".userdate($lastlog->time);
} else {
- print_string("neverread", "resource");
+ print_string("neverseen", "resource");
}
}