Ticket #4962: 4962.diff
File 4962.diff, 1.6 KB (added by , 12 years ago) |
---|
-
bp-themes/bp-default/registration/register.php
250 250 251 251 <?php if ( 'completed-confirmation' == bp_get_current_signup_step() ) : ?> 252 252 253 <h2><?php _e( ' Sign Up Complete!', 'buddypress' ); ?></h2>253 <h2><?php _e( 'Check Your Email To Activate Your Account!', 'buddypress' ); ?></h2> 254 254 255 255 <?php do_action( 'template_notices' ); ?> 256 256 <?php do_action( 'bp_before_registration_confirmed' ); ?> -
bp-members/bp-members-screens.php
428 428 $title = __( 'Create an Account', 'buddypress' ); 429 429 430 430 if ( 'completed-confirmation' == bp_get_current_signup_step() ) { 431 $title = __( ' Sign Up Complete!', 'buddypress' );431 $title = __( 'Check Your Email To Activate Your Account!', 'buddypress' ); 432 432 } 433 433 434 434 // Activation page -
bp-languages/buddypress.pot
3912 3912 3913 3913 #: bp-members/bp-members-screens.php:431 3914 3914 #: bp-themes/bp-default/registration/register.php:253 3915 msgid " Sign Up Complete!"3915 msgid "Check Your Email To Activate Your Account!" 3916 3916 msgstr "" 3917 3917 3918 3918 #: bp-members/bp-members-screens.php:439