Skip to:
Content

BuddyPress.org

Ticket #3081: changes.patch

File changes.patch, 853 bytes (added by slaFFik, 15 years ago)
  • .php

    old new  
    636636        <?php if ( 'new' == $this->setup_type ) :
    637637            $type = __( 'setup', 'buddypress' );
    638638        ?>
    639             <h2>Setup Complete!</h2>
     639            <h2><?php _e( 'Setup Complete!', 'buddypress' ) ?></h2>
    640640        <?php else :
    641641            $type = __( 'upgrade', 'buddypress' );
    642642        ?>
    643             <h2>Upgrade Complete!</h2>
     643            <h2><?php _e( 'Upgrade Complete!', 'buddypress' ) ?></h2>
    644644        <?php endif; ?>
    645645
    646646        <?php?>
     
    655655            <?php wp_nonce_field( 'bpwizard_finish' ) ?>
    656656        </div>
    657657
    658         <p>[TODO: A selection of the best BuddyPress plugins will appear here.]</p>
     658        <p><?php _e( '[TODO: A selection of the best BuddyPress plugins will appear here.]', 'buddypress' ) ?></p>
    659659
    660660    <?php
    661661    }