Skip to:
Content

BuddyPress.org

Changeset 4963


Ignore:
Timestamp:
08/10/2011 01:05:26 PM (15 years ago)
Author:
boonebgorges
Message:

Language cleanup on Dashboard > Components. Fixes #3464. Props slambert, cnorris23

File:
1 edited

Legend:

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

    r4961 r4963  
    342342                'xprofile' => array(
    343343                        'title'       => __( 'Extended Profiles', 'buddypress' ),
    344                         'description' => __( 'Customize your community with fully editable profile fields that allow your users use to uniquely describe themselves.', 'buddypress' )
     344                        'description' => __( 'Customize your community with fully editable profile fields that allow your users to describe themselves.', 'buddypress' )
    345345                ),
    346346                'settings' => array(
     
    354354                'messages' => array(
    355355                        'title'       => __( 'Private Messaging', 'buddypress' ),
    356                         'description' => __( 'Allow your users to talk to each other directly and in private. They are not just limited to one-on-one discussions, and can send messages to multiple recipients.', 'buddypress' )
     356                        'description' => __( 'Allow your users to talk to each other directly and in private. Not just limited to one-on-one discussions, messages can be sent between any number of members.', 'buddypress' )
    357357                ),
    358358                'activity' => array(
     
    362362                'groups' => array(
    363363                        'title'       => __( 'User Groups', 'buddypress' ),
    364                         'description' => __( 'Groups allow your users to organize themselves into specific public, private or hidden sections with a separate activity stream and member listing.', 'buddypress' )
     364                        'description' => __( 'Groups allow your users to organize themselves into specific public, private or hidden sections with separate activity streams and member listings.', 'buddypress' )
    365365                ),
    366366                'forums' => array(
    367367                        'title'       => __( 'Discussion Forums', 'buddypress' ),
    368                         'description' => __( 'Full powered discussion forums built directly into groups allow for more conventional in-depth conversations. NOTE: This will require an extra (but easy) setup step.', 'buddypress' )
     368                        'description' => __( 'Full-powered discussion forums built directly into groups allow for more conventional in-depth conversations. NOTE: This will require an extra (but easy) setup step.', 'buddypress' )
    369369                )
    370370        ) );
Note: See TracChangeset for help on using the changeset viewer.