Skip to:
Content

BuddyPress.org

Changeset 11648


Ignore:
Timestamp:
07/25/2017 08:45:42 AM (8 years ago)
Author:
djpaul
Message:

Credits screen: improve translation accessibility of certain strings.

Fixes #7563

Props mercime, hnla, netweb, slaffik, offereins.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/classes/class-bp-admin.php

    r11646 r11648  
    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>
     
    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 HTML title attributes with tooltips which provide additional information and visual cues where needed on mouse hover and keyboard focus events.', 'buddypress' );
    651642                    ?></p>
    652643                </div>
Note: See TracChangeset for help on using the changeset viewer.