Changeset 4963
- Timestamp:
- 08/10/2011 01:05:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-admin.php
r4961 r4963 342 342 'xprofile' => array( 343 343 'title' => __( 'Extended Profiles', 'buddypress' ), 344 'description' => __( 'Customize your community with fully editable profile fields that allow your users use to uniquelydescribe themselves.', 'buddypress' )344 'description' => __( 'Customize your community with fully editable profile fields that allow your users to describe themselves.', 'buddypress' ) 345 345 ), 346 346 'settings' => array( … … 354 354 'messages' => array( 355 355 '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' ) 357 357 ), 358 358 'activity' => array( … … 362 362 'groups' => array( 363 363 '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' ) 365 365 ), 366 366 'forums' => array( 367 367 'title' => __( 'Discussion Forums', 'buddypress' ), 368 'description' => __( 'Full 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' ) 369 369 ) 370 370 ) );
Note: See TracChangeset
for help on using the changeset viewer.