Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/21/2018 01:00:36 AM (8 years ago)
Author:
djpaul
Message:

Templates, Nouveau: string improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/functions.php

    r12082 r12104  
    317317        if ( $default_user_front ) {
    318318                $sidebars[] = array(
    319                         'name'          => __( 'BuddyPress User\'s Home', 'buddypress' ),
     319                        'name'          => __( 'BuddyPress Member\'s Home', 'buddypress' ),
    320320                        'id'            => 'sidebar-buddypress-members',
    321321                        'description'   => __( 'Add widgets here to appear in the front page of each member of your community.', 'buddypress' ),
     
    921921                'registration-disabled' => array(
    922922                        'type'    => 'info',
    923                         'message' => __( 'User registration is currently not allowed.', 'buddypress' ),
     923                        'message' => __( 'Member registration is currently not allowed.', 'buddypress' ),
    924924                        'before'  => 'bp_before_registration_disabled',
    925925                        'after'   => 'bp_after_registration_disabled'
     
    10351035                'member-activity-loading' => array(
    10361036                        'type'    => 'loading',
    1037                         'message' => __( 'Loading the user\'s updates. Please wait.', 'buddypress' ),
     1037                        'message' => __( 'Loading the member\'s updates. Please wait.', 'buddypress' ),
    10381038                ),
    10391039                'member-blogs-loading' => array(
    10401040                        'type'    => 'loading',
    1041                         'message' => __( 'Loading the user\'s blogs. Please wait.', 'buddypress' ),
     1041                        'message' => __( 'Loading the member\'s blogs. Please wait.', 'buddypress' ),
    10421042                ),
    10431043                'member-friends-loading' => array(
    10441044                        'type'    => 'loading',
    1045                         'message' => __( 'Loading the user\'s friends. Please wait.', 'buddypress' ),
     1045                        'message' => __( 'Loading the member\'s friends. Please wait.', 'buddypress' ),
    10461046                ),
    10471047                'member-groups-loading' => array(
    10481048                        'type'    => 'loading',
    1049                         'message' => __( 'Loading the user\'s groups. Please wait.', 'buddypress' ),
     1049                        'message' => __( 'Loading the member\'s groups. Please wait.', 'buddypress' ),
    10501050                ),
    10511051                'member-notifications-loading' => array(
Note: See TracChangeset for help on using the changeset viewer.