Skip to:
Content

BuddyPress.org

Ticket #5538: 5538.patch

File 5538.patch, 1.7 KB (added by mercime, 12 years ago)
  • bp-core/admin/bp-core-functions.php

     
    529529
    530530        switch ( $tab ) {
    531531                case 'bp-comp-overview' :
    532                         $retval = __( 'By default, all BuddyPress components are enabled. You can selectively disable any of the components by using the form. Your BuddyPress installation will continue to function. However, the features of the disabled components will no longer be accessible to anyone using the site.', 'buddypress' );
     532                        $retval = __( 'By default, more that half of the BuddyPress components are enabled. You can selectively disable any of the components by using the form below. Your BuddyPress installation will continue to function. However, the features of the disabled components will no longer be accessible to anyone using the site.', 'buddypress' );
    533533                        break;
    534534
    535535                case 'bp-page-overview' :
    536                         $retval = __( 'BuddyPress Components use WordPress Pages for their root directory/archive pages. Here you can change the page associations for each active component.', 'buddypress' );
     536                        $retval = __( 'BuddyPress Components use WordPress Pages for their root directory/archive pages. You can change the page associations for each active component by using the form below.', 'buddypress' );
    537537                        break;
    538538
    539539                case 'bp-settings-overview' :
    540                         $retval = __( 'Extra configuration settings.', 'buddypress' );
     540                        $retval = __( 'Extra configuration settings are provided and activated. You can selectively deactivate or activate any setting by using the form below.', 'buddypress' );
    541541                        break;
    542542
    543543                case 'bp-profile-overview' :