diff --git a/pool/page_blocks.php b/pool/page_blocks.php
index 7d8a35e8..d7b7d189 100644
--- a/pool/page_blocks.php
+++ b/pool/page_blocks.php
@@ -78,7 +78,7 @@ function doblocks($data, $user)
list($fg, $bg) = pctcolour(25.0);
$pg .= "";
$pg .= " Green ";
- $pg .= 'is good luck. Lower Diff% and bright green is best luck.
';
+ $pg .= 'is good luck. Lower Diff% and brighter green is best luck.
';
list($fg, $bg) = pctcolour(100.0);
$pg .= "";
$pg .= " 100% ";
@@ -86,7 +86,7 @@ function doblocks($data, $user)
list($fg, $bg) = pctcolour(400.0);
$pg .= "";
$pg .= " Red ";
- $pg .= 'is bad luck. Higher Diff% and bright red is worse luck.
';
+ $pg .= 'is bad luck. Higher Diff% and brighter red is worse luck.
';
$pg .= "
Shift | "; $pg .= "Start | "; - $pg .= "Elapsed | "; + $pg .= "Length | "; $pg .= "Your Diff | "; $pg .= "Avg Hs | "; $pg .= "Shares | ";