Skip to:
Content

BuddyPress.org

Changeset 8940


Ignore:
Timestamp:
08/17/2014 07:27:08 PM (11 years ago)
Author:
djpaul
Message:

Welcome Screen: add missed lines from r8938.

See #5805

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-admin.php

    r8938 r8940  
    501501            <div class="about-text">
    502502                <?php if ( $is_new_install ) : ?>
    503                     <?php printf( __( 'Thank you for installing BuddyPress! ', 'buddypress' ), $display_version ); ?>
     503                    <?php printf( __( 'Thank you for installing BuddyPress! BuddyPress %s is our most streamlined and easy-to-use release to date, and we think you&#8217;re going to love it.', 'buddypress' ), $display_version ); ?>
    504504                <?php else : ?>
    505505                    <?php printf( __( 'Howdy. BuddyPress %s is our most streamlined and easy-to-use release to date, and we think you&#8217;re going to love it.', 'buddypress' ), $display_version ); ?>
     
    542542                    <h4><?php _e( 'Community and Support', 'buddypress' ); ?></h4>
    543543                    <p><?php _e( 'Looking for help? The <a href="http://codex.buddypress.org/">BuddyPress Codex</a> has you covered, with dozens of user-contributed guides on how to configure and use your BP site. Can&#8217;t find what you need? Stop by <a href="http://buddypress.org/support/">our support forums</a>, where a vibrant community of BuddyPress users and developers is waiting to share tips, show off their sites, talk about the future of BuddyPress, and much more.', 'buddypress' ) ?></p>
     544                    <p><?php _e( 'Read on to learn more about this version of BuddyPress.', 'buddypress' ); ?></p>
    544545                </div>
    545546                <hr />
     
    664665            <div class="about-text">
    665666                <?php if ( $is_new_install ) : ?>
    666                     <?php printf( __( 'Thank you for installing BuddyPress! ', 'buddypress' ), $display_version ); ?>
     667                    <?php printf( __( 'Thank you for installing BuddyPress! BuddyPress %s is our most streamlined and easy-to-use release to date, and we think you&#8217;re going to love it.', 'buddypress' ), $display_version ); ?>
    667668                <?php else : ?>
    668669                    <?php printf( __( 'Howdy. BuddyPress %s is our most streamlined and easy-to-use release to date, and we think you&#8217;re going to love it.', 'buddypress' ), $display_version ); ?>
Note: See TracChangeset for help on using the changeset viewer.