Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/27/2014 03:31:50 AM (12 years ago)
Author:
johnjamesjacoby
Message:

Wrap 'Everything' text in em dashes to more appropriately match other default select options.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/groups/single/activity.php

    r8428 r8452  
    88            <label for="activity-filter-by"><?php _e( 'Show:', 'buddypress' ); ?></label>
    99            <select id="activity-filter-by">
    10                 <option value="-1"><?php _e( 'Everything', 'buddypress' ); ?></option>
     10                <option value="-1"><?php _e( '&mdash; Everything &mdash;', 'buddypress' ); ?></option>
    1111
    1212                <?php bp_activity_show_filters( 'group' ); ?>
Note: See TracChangeset for help on using the changeset viewer.