MDL-18044 - updating missed scalestip string to scalestip2

This commit is contained in:
Anthony Borrow
2010-04-09 08:33:06 +00:00
parent c544712126
commit 30a906c58a
+1 -1
View File
@@ -73,7 +73,7 @@
} else {
if (has_capability('moodle/course:managescales', $context)) {
echo "<p align=\"center\">(";
print_string("scalestip");
print_string("scalestip2");
echo ")</p>";
}
}