MDL-18044 - updating missed scalestip string to scalestip2

This commit is contained in:
Anthony Borrow 2010-04-09 08:40:03 +00:00
parent 82d6980a79
commit f854cfae80

View File

@ -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>";
}
}