Skip to:
Content

BuddyPress.org

Ticket #7563: 7563-6.patch

File 7563-6.patch, 1.8 KB (added by netweb, 8 years ago)
  • src/bp-core/classes/class-bp-admin.php

     
    624624
    625625                                <div class="bp-feature opposite">
    626626                                        <span class="dashicons dashicons-admin-users" aria-hidden="true"></span>
    627                                         <h4 class="feature-title"><?php
    628                                                         /* translators: %s: 1: accessibility, 2: extended profile */
    629                                                         printf( __( 'Improve %1$s of %2$s Fields', 'buddypress' ),
    630                                                         '<code>a11y</code>',
    631                                                         '<code>Extended Profile</code>' );
    632                                         ?></h4>
     627                                        <h4 class="feature-title"><?php esc_html_e( 'Improve accessibility of Extended Profile Fields', 'buddypress' ); ?></h4>
    633628                                        <p><?php esc_html_e( 'Related form fields are grouped together in fieldsets and all interactive form controls are associated with necessary ARIA states and properties.', 'buddypress' ); ?></p>
    634629                                </div>
    635630
     
    642637                                <div class="bp-feature opposite">
    643638                                        <span class="dashicons dashicons-testimonial" aria-hidden="true"></span>
    644639                                        <h4 class="feature-title"><?php esc_html_e( 'Tooltips Usable for All Devices', 'buddypress' ); ?></h4>
    645                                         <p><?php
    646                                                 /* translators: 1: title attribute, 2: :hover, 3: :focus  */
    647                                                 printf( __( 'Replaced %1$s attributes with tooltips which provide additional information and visual cues where needed on mouse %2$s and keyboard %3$s.', 'buddypress' ),
    648                                                 '<code>title</code>',
    649                                                 '<code>:hover</code>',
    650                                                 '<code>:focus</code>' );
     640
     641                                        <p><?php esc_html_e( 'Replaced <code>title</code> attributes with tooltips which provide additional information and visual cues where needed on mouse <code>:hover</code> and keyboard <code>:focus</code>.', 'buddypress' );
    651642                                        ?></p>
    652643                                </div>
    653644