From ecc65bccc109f52947d63aaf6e113bfb783a0824 Mon Sep 17 00:00:00 2001
From: Brett Bieber <brett.bieber@gmail.com>
Date: Mon, 5 Dec 2011 15:52:40 +0000
Subject: [PATCH] Improve help text

---
 www/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/index.php b/www/index.php
index d34b20c..d55c531 100644
--- a/www/index.php
+++ b/www/index.php
@@ -119,7 +119,7 @@ if (isset($_GET['uri'])
                             			echo '<input id="action_external" type="radio" name="action" value="linkcheck" />';
                             		}?>
                             		
-                            		<label for="action_external">Check links <span class="helper">Validate that each of your links go to where they are supposed to.</span></label>
+                            		<label for="action_external">Check links <span class="helper">Run a simple check on external URLs to see if they're missing (404)</span></label>
                             		 </li>
 	                        	  </ol>
 	                        	</fieldset>
-- 
GitLab