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/customizer.php

    r12082 r12104  
    4444                ),
    4545                'bp_nouveau_user_front_page' => array(
    46                         'title'       => __( 'User front page', 'buddypress' ),
     46                        'title'       => __( 'Member front page', 'buddypress' ),
    4747                        'panel'       => 'bp_nouveau_panel',
    4848                        'priority'    => 30,
    49                         'description' => __( 'Configure the default front page for users.', 'buddypress' ),
     49                        'description' => __( 'Configure the default front page for members.', 'buddypress' ),
    5050                ),
    5151                'bp_nouveau_user_primary_nav' => array(
    52                         'title'       => __( 'User navigation', 'buddypress' ),
     52                        'title'       => __( 'Member navigation', 'buddypress' ),
    5353                        'panel'       => 'bp_nouveau_panel',
    5454                        'priority'    => 50,
    55                         'description' => __( 'Customize the navigation menu for users. In the preview window, navigate to a user to preview your changes.', 'buddypress' ),
     55                        'description' => __( 'Customize the navigation menu for members. In the preview window, navigate to a user to preview your changes.', 'buddypress' ),
    5656                ),
    5757                'bp_nouveau_loops_layout' => array(
     
    230230                ),
    231231                'user_front_bio' => array(
    232                         'label'      => __( 'Display the biographical info from the user\'s WordPress profile.', 'buddypress' ),
     232                        'label'      => __( 'Display the biographical info from the member\'s WordPress profile.', 'buddypress' ),
    233233                        'section'    => 'bp_nouveau_user_front_page',
    234234                        'settings'   => 'bp_nouveau_appearance[user_front_bio]',
     
    236236                ),
    237237                'user_nav_display' => array(
    238                         'label'      => __( 'Display the user navigation vertically.', 'buddypress' ),
     238                        'label'      => __( 'Display the member navigation vertically.', 'buddypress' ),
    239239                        'section'    => 'bp_nouveau_user_primary_nav',
    240240                        'settings'   => 'bp_nouveau_appearance[user_nav_display]',
Note: See TracChangeset for help on using the changeset viewer.