Browse Source

Re-word registration messages

wolfbeast 10 years ago
parent
commit
a31d12ed96
1 changed files with 2 additions and 2 deletions
  1. 2 2
      user.php

+ 2 - 2
user.php

@@ -91,9 +91,9 @@
     if(($preinstr =='misc') && ($_SERVER['REQUEST_METHOD'] == 'GET') && ($username =='captcha_html'))
     if(($preinstr =='misc') && ($_SERVER['REQUEST_METHOD'] == 'GET') && ($username =='captcha_html'))
     {
     {
         if(ENABLE_REGISTER)
         if(ENABLE_REGISTER)
-            exit("And click to the next page");
+            exit("Fill in the details and click next.");
         else
         else
-            exit("Register to this Server is not permitted, sorry");
+            exit("Registration is currently closed, sorry.");
     }
     }
     
     
     //probably no need but...
     //probably no need but...