Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/14/2015 04:03:03 PM (9 years ago)
Author:
djpaul
Message:

Merge similar translation strings throughout BuddyPress.

Reduces the number of strings that are almost identical, apart from
minor typographic or punctuation differences. This reduces the amount
of strings that our translation volunteers need to work on.

Fixes #6662

Props ramiy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-members/bp-members-widgets.php

    r10149 r10276  
    372372        <p>
    373373            <label for="<?php echo $this->get_field_id( 'max_members' ); ?>">
    374                 <?php esc_html_e( 'Max Members to show:', 'buddypress' ); ?>
     374                <?php esc_html_e( 'Max members to show:', 'buddypress' ); ?>
    375375                <input class="widefat" id="<?php echo $this->get_field_id( 'max_members' ); ?>" name="<?php echo $this->get_field_name( 'max_members' ); ?>" type="text" value="<?php echo esc_attr( $max_members ); ?>" style="width: 30%" />
    376376            </label>
     
    522522        <p>
    523523            <label for="<?php echo $this->get_field_id( 'max_members' ); ?>">
    524                 <?php esc_html_e( 'Max Members to show:', 'buddypress' ); ?>
     524                <?php esc_html_e( 'Max members to show:', 'buddypress' ); ?>
    525525                <input class="widefat" id="<?php echo $this->get_field_id( 'max_members' ); ?>" name="<?php echo $this->get_field_name( 'max_members' ); ?>" type="text" value="<?php echo esc_attr( $max_members ); ?>" style="width: 30%" />
    526526            </label>
Note: See TracChangeset for help on using the changeset viewer.