From 2c44662476d5ebfccde074ed52c462c926e110eb Mon Sep 17 00:00:00 2001 From: CMDR furrycat Date: Tue, 2 Feb 2016 06:07:48 -0500 Subject: [PATCH] Slight clarification. --- lib/race.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/race.php b/lib/race.php index 7887162..99cfe2c 100644 --- a/lib/race.php +++ b/lib/race.php @@ -136,7 +136,7 @@ 'ByAverageLap' => 'Fastest average lap', ); $rows = array( - 'orange' => "Non-prizewinning competitor's best entry", + 'orange' => "Competitor's best non-prizewinning entry", 'blue' => "Competitor's other entries" ); $endorsements = Entry::EndorsementKeys(); -- 2.7.4