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-admin.php

    r4338 r4466  
    294294    if ( is_multisite() ) {
    295295        $optional_components['blogs'] = array(
    296             'title'       => __( 'Blog Tracking', 'buddypress' ),
    297             'description' => __( 'Track new blogs, new posts and new comments across your entire blog network.', 'buddypress' )
     296            'title'       => __( 'Site Tracking', 'buddypress' ),
     297            'description' => __( 'Track new sites, new posts and new comments across your entire network.', 'buddypress' )
    298298        );
    299299    }
     
    374374   
    375375    if ( is_multisite() )
    376         $directory_pages['blogs'] = __( "Blogs Directory", 'buddypress' ); ?>
     376        $directory_pages['blogs'] = __( "Site Directory", 'buddypress' ); ?>
    377377   
    378378    <h3><?php _e( 'Directory Pages', 'buddypress' ); ?></h3>
Note: See TracChangeset for help on using the changeset viewer.