Skip to:
Content

bbPress.org


Ignore:
Timestamp:
12/04/2012 06:54:16 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Capabilities:

  • Verbiage change for forums role selector.
  • Fixes #2079 (trunk)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/admin/users.php

    r4365 r4542  
    9494                            <?php if ( ! empty( $user_role ) ) : ?>
    9595
    96                                 <option value=""><?php _e( '&mdash; No role for this forum &mdash;', 'bbpress' ); ?></option>
     96                                <option value=""><?php _e( '&mdash; No role for these forums &mdash;', 'bbpress' ); ?></option>
    9797
    9898                            <?php else : ?>
    9999
    100                                 <option value="" selected="selected"><?php _e( '&mdash; No role for this forum &mdash;', 'bbpress' ); ?></option>
     100                                <option value="" selected="selected"><?php _e( '&mdash; No role for these forums &mdash;', 'bbpress' ); ?></option>
    101101
    102102                            <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.