Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/06/2011 08:44:17 PM (14 years ago)
Author:
djpaul
Message:

s/blogs/sites. Fixes #2164

File:
1 edited

Legend:

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

    r4458 r4466  
    201201                            break;
    202202
    203                         case __( 'Blog Directory', 'buddypress') :
     203                        case __( 'Site Directory', 'buddypress') :
    204204                            $this->step_ms_update();
    205205                            break;
     
    283283        </script>
    284284
    285         <p><?php printf( __( 'BuddyPress has detected a recent change to WordPress Multisite, which allows members of your community to have their own WordPress blogs. You can enable or disable this feature at any time at <a href="%s">Network Options</a>.', 'buddypress' ), network_admin_url( 'settings.php' ) ); ?></p>
    286 
    287         <p><?php __( "Please select the WordPress page you would like to use to display the blog directory. You can either choose an existing page or let BuddyPress auto-create a page for you. If you'd like, you can go to manually create pages now, and return to this step when you are finished.", 'buddypress' ) ?></p>
     285        <p><?php printf( __( 'BuddyPress has detected a recent change to WordPress Multisite, which allows members of your community to have their own WordPress sites. You can enable or disable this feature at any time at <a href="%s">Network Options</a>.', 'buddypress' ), network_admin_url( 'settings.php' ) ); ?></p>
     286
     287        <p><?php __( "Please select the WordPress page you would like to use to display the site directory. You can either choose an existing page or let BuddyPress auto-create a page for you. If you'd like, you can go to manually create pages now, and return to this step when you are finished.", 'buddypress' ) ?></p>
    288288
    289289        <p><strong><?php _e( 'Please Note:', 'buddypress' ) ?></strong> <?php _e( "If you have manually added BuddyPress navigation links in your theme you may need to remove these from your header.php to avoid duplicate links.", 'buddypress' ) ?></p>
     
    293293            <tr valign="top">
    294294                <th scope="row">
    295                     <h5><?php _e( 'Blogs', 'buddypress' ); ?></h5>
     295                    <h5><?php _e( 'Sites', 'buddypress' ); ?></h5>
    296296                    <p><?php _e( 'Displays individual groups as well as a directory of groups.', 'buddypress' ); ?></p>
    297297                </th>
     
    304304        </table>
    305305
    306         <p><?php _e( 'Would you like to enable blog tracking, which tracks blog activity across your network?', 'buddypress' ); ?></p>
     306        <p><?php _e( 'Would you like to enable site tracking, which tracks activity across all of your network?', 'buddypress' ); ?></p>
    307307
    308308        <div class="left-col">
    309309
    310310            <div class="component">
    311                 <h5><?php _e( "Blog Tracking", 'buddypress' ); ?></h5>
     311                <h5><?php _e( "Site Tracking", 'buddypress' ); ?></h5>
    312312
    313313                <div class="radio">
     
    318318                <img src="<?php echo plugins_url( 'buddypress/screenshot-7.gif' ) ?>" alt="Activity Streams" />
    319319
    320                 <p><?php _e( "Track new blogs, new posts and new comments across your entire blog network.", 'buddypress' ) ?></p>
     320                <p><?php _e( "Track new sites, new posts and new comments across your entire network.", 'buddypress' ) ?></p>
    321321
    322322            </div>
     
    466466                <tr valign="top">
    467467                    <th scope="row">
    468                         <h5><?php _e( 'Blogs', 'buddypress' ); ?></h5>
     468                        <h5><?php _e( 'Sites', 'buddypress' ); ?></h5>
    469469                        <p><?php _e( 'Displays individual groups as well as a directory of groups.', 'buddypress' ); ?></p>
    470470                    </th>
Note: See TracChangeset for help on using the changeset viewer.