Skip to:
Content

BuddyPress.org

Changeset 2374


Ignore:
Timestamp:
01/20/2010 09:45:31 AM (15 years ago)
Author:
apeatling
Message:

Fixes #1416

Location:
trunk
Files:
2 edited

Legend:

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

    r2189 r2374  
    164164        <form action="" method="post" id="bp-admin-component-form">
    165165
    166             <p>
    167             <?php _e(
    168                 'By default, all BuddyPress components are enabled. You can selectively disable any of the
    169                 components by using the form below. Your BuddyPress installation will continue to function, however
    170                 the features of the disabled components will no longer be accessible to
    171                 anyone using the site.
    172                 ', 'buddypress' )?>
    173             </p>
     166            <p><?php _e('By default, all 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' ) ?></p>
    174167
    175168            <?php $disabled_components = get_site_option( 'bp-deactivated-components' ); ?>
  • trunk/bp-xprofile/bp-xprofile-admin.php

    r2341 r2374  
    3838        <h2><?php _e( 'Profile Field Setup', 'buddypress') ?></h2>
    3939        <br />
    40         <p><?php _e( 'Your users will distinguish themselves through their profile page.
    41            You must give them profile fields that allow them to describe themselves
    42             in a way that is relevant to the theme of your social network.', 'buddypress') ?></p>
    43 
     40        <p><?php _e( 'Your users will distinguish themselves through their profile page. You must give them profile fields that allow them to describe themselves in a way that is relevant to the theme of your social network.', 'buddypress') ?></p>
    4441        <p><?php _e('NOTE: Any fields in the first group will appear on the signup page.', 'buddypress'); ?></p>
    4542
Note: See TracChangeset for help on using the changeset viewer.