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/members/single/activity.php

    r8428 r8452  
    1818                        <label for="activity-filter-by"><?php _e( 'Show:', 'buddypress' ); ?></label>
    1919                        <select id="activity-filter-by">
    20                                 <option value="-1"><?php _e( 'Everything', 'buddypress' ); ?></option>
     20                                <option value="-1"><?php _e( '&mdash; Everything &mdash;', 'buddypress' ); ?></option>
    2121
    2222                                <?php bp_activity_show_filters(); ?>
Note: See TracChangeset for help on using the changeset viewer.