From a31d12ed969e81f73aed896a1c01d438a0c6990e Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sun, 21 Sep 2014 14:23:37 +0200 Subject: [PATCH] Re-word registration messages --- user.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user.php b/user.php index a3fda56..9c61ba7 100644 --- a/user.php +++ b/user.php @@ -91,9 +91,9 @@ if(($preinstr =='misc') && ($_SERVER['REQUEST_METHOD'] == 'GET') && ($username =='captcha_html')) { if(ENABLE_REGISTER) - exit("And click to the next page"); + exit("Fill in the details and click next."); else - exit("Register to this Server is not permitted, sorry"); + exit("Registration is currently closed, sorry."); } //probably no need but...