Changeset 1212

Show
Ignore:
Timestamp:
03/14/08 14:13:16 (8 months ago)
Author:
donncha
Message:

Add "waiting for email" message, fixes #564, props drmike

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-signup.php

    r1179 r1212  
    372372function confirm_blog_signup($domain, $path, $blog_title, $user_name, $user_email, $meta) { 
    373373?> 
    374 <h2><?php printf(__('The blog %s is yours'), $domain.$path) ?></h2> 
     374<h2><?php printf(__('Congratulations!  The blog %s is yours.'), $domain.$path) ?></h2> 
    375375<p><?php _e('But, before you can start using your blog, <strong>you must activate it</strong>.') ?></p> 
    376 <p><?php printf(__('Check your inbox at <strong>%s</strong> and click the link given. '),  $user_email) ?></p> 
     376<p><?php printf(__('Check your inbox at <strong>%s</strong> and click the link given. It should arrive within 30 minutes.'),  $user_email) ?></p> 
    377377<p><?php _e('If you do not activate your blog within two days, you will have to sign up again.'); ?></p> 
     378<h2><?php _e('Still waiting for your email?') ?></h2> 
     379<p><?php _e("If you haven't received your email yet, there are a number of things you can do:") ?></p> 
     380<ul> 
     381<li><p><strong><?php _e('Wait a little longer.  Sometimes delivery of email can be delayed by precesses outside of our control.') ?></strong></p></li> 
     382<li><p><?php _e('Check the junk email or spam folder of your email client.  Sometime emails wind up there by mistake.') ?></p></li> 
     383<li><?php printf(__("Have you entered your email correctly?  We think it's %s but if you've entered it incorrectly, you won't receive it."), $user_email) ?></li> 
     384</ul> 
    378385<?php 
    379386        do_action('signup_finished');