Changeset 4466 for trunk/bp-core/admin/bp-core-update.php
- Timestamp:
- 06/06/2011 08:44:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-update.php
r4458 r4466 201 201 break; 202 202 203 case __( ' BlogDirectory', 'buddypress') :203 case __( 'Site Directory', 'buddypress') : 204 204 $this->step_ms_update(); 205 205 break; … … 283 283 </script> 284 284 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 blogdirectory. 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> 288 288 289 289 <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> … … 293 293 <tr valign="top"> 294 294 <th scope="row"> 295 <h5><?php _e( ' Blogs', 'buddypress' ); ?></h5>295 <h5><?php _e( 'Sites', 'buddypress' ); ?></h5> 296 296 <p><?php _e( 'Displays individual groups as well as a directory of groups.', 'buddypress' ); ?></p> 297 297 </th> … … 304 304 </table> 305 305 306 <p><?php _e( 'Would you like to enable blog tracking, which tracks blog activity acrossyour network?', 'buddypress' ); ?></p>306 <p><?php _e( 'Would you like to enable site tracking, which tracks activity across all of your network?', 'buddypress' ); ?></p> 307 307 308 308 <div class="left-col"> 309 309 310 310 <div class="component"> 311 <h5><?php _e( " BlogTracking", 'buddypress' ); ?></h5>311 <h5><?php _e( "Site Tracking", 'buddypress' ); ?></h5> 312 312 313 313 <div class="radio"> … … 318 318 <img src="<?php echo plugins_url( 'buddypress/screenshot-7.gif' ) ?>" alt="Activity Streams" /> 319 319 320 <p><?php _e( "Track new blogs, new posts and new comments across your entire blognetwork.", 'buddypress' ) ?></p>320 <p><?php _e( "Track new sites, new posts and new comments across your entire network.", 'buddypress' ) ?></p> 321 321 322 322 </div> … … 466 466 <tr valign="top"> 467 467 <th scope="row"> 468 <h5><?php _e( ' Blogs', 'buddypress' ); ?></h5>468 <h5><?php _e( 'Sites', 'buddypress' ); ?></h5> 469 469 <p><?php _e( 'Displays individual groups as well as a directory of groups.', 'buddypress' ); ?></p> 470 470 </th>
Note: See TracChangeset
for help on using the changeset viewer.