Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/30/2016 06:25:12 AM (9 years ago)
Author:
mercime
Message:

Add translator comments for screen reader text in bp-legacy files.

See #6951.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/members/single/notifications/notifications-loop.php

    r10250 r10827  
    1313            <tr>
    1414                <th class="icon"></th>
    15                 <th class="bulk-select-all"><input id="select-all-notifications" type="checkbox"><label class="bp-screen-reader-text" for="select-all-notifications"><?php _e( 'Select all', 'buddypress' ); ?></label></th>
     15                <th class="bulk-select-all"><input id="select-all-notifications" type="checkbox"><label class="bp-screen-reader-text" for="select-all-notifications"><?php
     16                    /* translators: accessibility text */
     17                    _e( 'Select all', 'buddypress' );
     18                ?></label></th>
    1619                <th class="title"><?php _e( 'Notification', 'buddypress' ); ?></th>
    1720                <th class="date"><?php _e( 'Date Received', 'buddypress' ); ?></th>
     
    2629                <tr>
    2730                    <td></td>
    28                     <td class="bulk-select-check"><label for="<?php bp_the_notification_id(); ?>"><input id="<?php bp_the_notification_id(); ?>" type="checkbox" name="notifications[]" value="<?php bp_the_notification_id(); ?>" class="notification-check"><span class="bp-screen-reader-text"><?php _e( 'Select this notification', 'buddypress' ); ?></span></label></td>
     31                    <td class="bulk-select-check"><label for="<?php bp_the_notification_id(); ?>"><input id="<?php bp_the_notification_id(); ?>" type="checkbox" name="notifications[]" value="<?php bp_the_notification_id(); ?>" class="notification-check"><span class="bp-screen-reader-text"><?php
     32                        /* translators: accessibility text */
     33                        _e( 'Select this notification', 'buddypress' );
     34                    ?></span></label></td>
    2935                    <td class="notification-description"><?php bp_the_notification_description();  ?></td>
    3036                    <td class="notification-since"><?php bp_the_notification_time_since();   ?></td>
Note: See TracChangeset for help on using the changeset viewer.