Skip to content

Commit 1ae6d8f

Browse files
committed
Fixing phrasing
1 parent 638e250 commit 1ae6d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/generate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ function pruneSpecialCourses($schedules, $courseGroups) {
399399
$totalSchedules *= count($_POST["courses{$i}Opt"]);
400400
}
401401
if ($totalSchedules >= 10000){
402-
echo json_encode(array("error" => "argument", "msg" => "Too many schedule possibilities to generate, try to prune possibilities.
402+
echo json_encode(array("error" => "argument", "msg" => "Too many schedule possibilities to generate, try to remove classes from your shopping cart.
403403
Adding classes like YearOne or classes with hundreds of sections can cause this to occur.", "arg" => "action"));
404404
break;
405405
}

0 commit comments

Comments
 (0)