summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--signup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/signup.php b/signup.php
index 469aed1..6b79dc9 100644
--- a/signup.php
+++ b/signup.php
@@ -53,7 +53,7 @@ if (!empty($_POST['signup'])) {
bulletin_mail($_POST['email'], 'Activate Your Bulletin Account', eml_tpl(array(
'activation_vars' => 'uid='.$uid.'&key='.$sess,
))) or fatal('We didn\'t manage to send out your activation email. Please try again later.');
- fatal('An activation email has been sent to the address you supplied. To access your account, click the \'Activate Account\' link when you receive the email.', $b_config['base_url'].'login.php');
+ fatal('An activation email will be sent shortly. To access your account, click the \'Activate Account\' link when you receive the email.', $b_config['base_url'].'login.php');
}
#### THIS IS FOR GOTO, IT'S GROSS BUT DON'T REMOVE IT ####