mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-18044 - updating missed scalestip string to scalestip2
This commit is contained in:
parent
82d6980a79
commit
f854cfae80
@ -107,7 +107,7 @@ if ($scales = $DB->get_records("scale", array("courseid"=>$course->id), "name AS
|
||||
} else {
|
||||
if (has_capability('moodle/course:managescales', $context)) {
|
||||
echo "<p align=\"center\">(";
|
||||
print_string("scalestip");
|
||||
print_string("scalestip2");
|
||||
echo ")</p>";
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user