Skip to:
Content

BuddyPress.org

Ticket #7805: 7805.patch

File 7805.patch, 966 bytes (added by imath, 7 years ago)
  • src/bp-templates/bp-nouveau/includes/customizer-controls.php

    diff --git src/bp-templates/bp-nouveau/includes/customizer-controls.php src/bp-templates/bp-nouveau/includes/customizer-controls.php
    index 5c5f23c4b..3d2021c5d 100644
    class BP_Nouveau_Nav_Customize_Control extends WP_Customize_Control { 
    5454                        }
    5555
    5656                        if ( $item_nav ) {
    57                                 $guide = __( 'All the possible group nav items are listed below, in some groups some of these nav items might not be active.', 'buddypress' );
     57                                $guide = __( 'Use drag and drop to reorder the possible group nav items that are listed below, in some groups some of these nav items might not be active.', 'buddypress' );
    5858                        }
    5959
    6060                // It's a user!
    6161                } else {
    6262                        $item_nav = bp_nouveau_member_customizer_nav();
     63
     64                        $guide = __( 'Use drag and drop to reorder the possible user nav items that are listed below.', 'buddypress' );
    6365                }
    6466                ?>
    6567