Skip to:
Content

BuddyPress.org

Changeset 12046


Ignore:
Timestamp:
05/03/2018 04:00:25 PM (8 years ago)
Author:
boonebgorges
Message:

Nouveau: Some language improvements for Customizer group settings.

See #7786.

File:
1 edited

Legend:

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

    r12039 r12046  
    664664        return array_merge( $sections, array(
    665665                'bp_nouveau_group_front_page' => array(
    666                         'title'       => __( 'Group\'s front page', 'buddypress' ),
     666                        'title'       => __( 'Group front page', 'buddypress' ),
    667667                        'panel'       => 'bp_nouveau_panel',
    668668                        'priority'    => 20,
    669                         'description' => __( 'Set your preferences for the groups default front page.', 'buddypress' ),
     669                        'description' => __( 'Configure the default front page for groups.', 'buddypress' ),
    670670                ),
    671671                'bp_nouveau_group_primary_nav' => array(
    672                         'title'       => __( 'Group\'s navigation', 'buddypress' ),
     672                        'title'       => __( 'Group navigation', 'buddypress' ),
    673673                        'panel'       => 'bp_nouveau_panel',
    674674                        'priority'    => 40,
    675                         'description' => __( 'Customize the groups primary navigations. Navigate to any random group to live preview your changes.', 'buddypress' ),
     675                        'description' => __( 'Customize the navigation menu for groups. See your changes by navigating to a group in the live-preview window..', 'buddypress' ),
    676676                ),
    677677        ) );
     
    767767        return array_merge( $controls, array(
    768768                'group_front_page' => array(
    769                         'label'      => __( 'Enable default front page for groups.', 'buddypress' ),
     769                        'label'      => __( 'Enable custom front pages for groups.', 'buddypress' ),
    770770                        'section'    => 'bp_nouveau_group_front_page',
    771771                        'settings'   => 'bp_nouveau_appearance[group_front_page]',
     
    773773                ),
    774774                'group_front_boxes' => array(
    775                         'label'      => __( 'Enable widget region for groups homepage - allows widgets to be added to a sidebar in widgets screen.', 'buddypress' ),
     775                        'label'      => __( 'Enable widget region for group homepages. (When enabled, the site admin can add widgets to group pages via the Widgets panel.)', 'buddypress' ),
    776776                        'section'    => 'bp_nouveau_group_front_page',
    777777                        'settings'   => 'bp_nouveau_appearance[group_front_boxes]',
     
    779779                ),
    780780                'group_front_description' => array(
    781                         'label'      => __( 'Display the Group\'s description in the front page body.', 'buddypress' ),
     781                        'label'      => __( 'Display the group description in the body of the group\'s front page.', 'buddypress' ),
    782782                        'section'    => 'bp_nouveau_group_front_page',
    783783                        'settings'   => 'bp_nouveau_appearance[group_front_description]',
     
    785785                ),
    786786                'group_nav_display' => array(
    787                         'label'      => __( 'Display the Group\'s primary nav vertically.', 'buddypress' ),
     787                        'label'      => __( 'Display the group navigation vertically.', 'buddypress' ),
    788788                        'section'    => 'bp_nouveau_group_primary_nav',
    789789                        'settings'   => 'bp_nouveau_appearance[group_nav_display]',
     
    791791                ),
    792792                'group_nav_tabs' => array(
    793                 'label'      => __( 'Set primary nav to tab style.', 'buddypress' ),
    794                 'section'    => 'bp_nouveau_group_primary_nav',
    795                 'settings'   => 'bp_nouveau_appearance[group_nav_tabs]',
    796                 'type'       => 'checkbox',
     793                        'label'      => __( 'Use tab styling for primary nav.', 'buddypress' ),
     794                        'section'    => 'bp_nouveau_group_primary_nav',
     795                        'settings'   => 'bp_nouveau_appearance[group_nav_tabs]',
     796                        'type'       => 'checkbox',
    797797                ),
    798798                'group_subnav_tabs' => array(
    799                 'label'      => __( 'Set subnavs to tab style.', 'buddypress' ),
    800                 'section'    => 'bp_nouveau_group_primary_nav',
    801                 'settings'   => 'bp_nouveau_appearance[group_subnav_tabs]',
    802                 'type'       => 'checkbox',
     799                        'label'      => __( 'Use tab styling for secondary nav.', 'buddypress' ),
     800                        'section'    => 'bp_nouveau_group_primary_nav',
     801                        'settings'   => 'bp_nouveau_appearance[group_subnav_tabs]',
     802                        'type'       => 'checkbox',
    803803                ),
    804804                'groups_create_tabs' => array(
    805                 'label'      => __( 'Set groups create steps to tab style.', 'buddypress' ),
    806                 'section'    => 'bp_nouveau_group_primary_nav',
    807                 'settings'   => 'bp_nouveau_appearance[groups_create_tabs]',
    808                 'type'       => 'checkbox',
     805                        'label'      => __( 'Use tab styling for the group creation process.', 'buddypress' ),
     806                        'section'    => 'bp_nouveau_group_primary_nav',
     807                        'settings'   => 'bp_nouveau_appearance[groups_create_tabs]',
     808                        'type'       => 'checkbox',
    809809                ),
    810810                'group_nav_order' => array(
    811811                        'class'       => 'BP_Nouveau_Nav_Customize_Control',
    812                         'label'      => __( 'Reorder the Groups single items primary navigation.', 'buddypress' ),
     812                        'label'      => __( 'Reorder the primary navigation for a group.', 'buddypress' ),
    813813                        'section'    => 'bp_nouveau_group_primary_nav',
    814814                        'settings'   => 'bp_nouveau_appearance[group_nav_order]',
Note: See TracChangeset for help on using the changeset viewer.