- Timestamp:
- 05/21/2018 01:01:35 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/src/bp-templates/bp-nouveau/includes/customizer-controls.php
r12082 r12105 56 56 57 57 if ( $item_nav ) { 58 $guide = __( 'Drag each possible group nav items that are listed below into the order you prefer, in some groups some of these navitems might not be active.', 'buddypress' );58 $guide = __( 'Drag each possible group navigation items that are listed below into the order you prefer, in some groups some of these navigation items might not be active.', 'buddypress' ); 59 59 } 60 60 … … 63 63 $item_nav = bp_nouveau_member_customizer_nav(); 64 64 65 $guide = __( 'Drag each possible user navitems that are listed below into the order you prefer.', 'buddypress' );65 $guide = __( 'Drag each possible member navigation items that are listed below into the order you prefer.', 'buddypress' ); 66 66 } 67 67 ?>
Note: See TracChangeset
for help on using the changeset viewer.