Ticket #7563: 7563-6.patch
File 7563-6.patch, 1.8 KB (added by , 8 years ago) |
---|
-
src/bp-core/classes/class-bp-admin.php
624 624 625 625 <div class="bp-feature opposite"> 626 626 <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> 633 628 <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> 634 629 </div> 635 630 … … 642 637 <div class="bp-feature opposite"> 643 638 <span class="dashicons dashicons-testimonial" aria-hidden="true"></span> 644 639 <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' ); 651 642 ?></p> 652 643 </div> 653 644