Skip to:
Content

BuddyPress.org

Ticket #4962: 4962.diff

File 4962.diff, 1.6 KB (added by vegasgeek, 12 years ago)
  • bp-themes/bp-default/registration/register.php

     
    250250
    251251                        <?php if ( 'completed-confirmation' == bp_get_current_signup_step() ) : ?>
    252252
    253                                 <h2><?php _e( 'Sign Up Complete!', 'buddypress' ); ?></h2>
     253                                <h2><?php _e( 'Check Your Email To Activate Your Account!', 'buddypress' ); ?></h2>
    254254
    255255                                <?php do_action( 'template_notices' ); ?>
    256256                                <?php do_action( 'bp_before_registration_confirmed' ); ?>
  • bp-members/bp-members-screens.php

     
    428428                        $title = __( 'Create an Account', 'buddypress' );
    429429
    430430                        if ( 'completed-confirmation' == bp_get_current_signup_step() ) {
    431                                 $title = __( 'Sign Up Complete!', 'buddypress' );
     431                                $title = __( 'Check Your Email To Activate Your Account!', 'buddypress' );
    432432                        }
    433433
    434434                // Activation page
  • bp-languages/buddypress.pot

     
    39123912
    39133913#: bp-members/bp-members-screens.php:431
    39143914#: bp-themes/bp-default/registration/register.php:253
    3915 msgid "Sign Up Complete!"
     3915msgid "Check Your Email To Activate Your Account!"
    39163916msgstr ""
    39173917
    39183918#: bp-members/bp-members-screens.php:439