Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/22/2014 07:49:35 PM (11 years ago)
Author:
djpaul
Message:

Core: adjust contextual help in dashboard Pages screen.

Props mercime, fixes #5538

File:
1 edited

Legend:

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

    r8592 r8664  
    510510    switch ( $tab ) {
    511511        case 'bp-comp-overview' :
    512             $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' );
     512            $retval = __( 'By default, all but four of the BuddyPress components are enabled. You can selectively enable or 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' );
    513513            break;
    514514
    515515        case 'bp-page-overview' :
    516             $retval = __( 'BuddyPress Components use WordPress Pages for their root directory/archive pages. Here you can change the page associations for each active component.', 'buddypress' );
     516            $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' );
    517517            break;
    518518
    519519        case 'bp-settings-overview' :
    520             $retval = __( 'Extra configuration settings.', 'buddypress' );
     520            $retval = __( 'Extra configuration settings are provided and activated. You can selectively enable or disable any setting by using the form on this screen.', 'buddypress' );
    521521            break;
    522522
Note: See TracChangeset for help on using the changeset viewer.