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 { |
54 | 54 | } |
55 | 55 | |
56 | 56 | 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' ); |
58 | 58 | } |
59 | 59 | |
60 | 60 | // It's a user! |
61 | 61 | } else { |
62 | 62 | $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' ); |
63 | 65 | } |
64 | 66 | ?> |
65 | 67 | |