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/groups/single/forum/topic.php

    r10181 r10827  
    187187                    <h4><?php _e( 'Add a reply:', 'buddypress' ); ?></h4>
    188188
    189                     <label for="reply_text" class="bp-screen-reader-text"><?php _e( 'Reply', 'buddypress' ); ?></label>
     189                    <label for="reply_text" class="bp-screen-reader-text"><?php
     190                        /* translators: accessibility text */
     191                        _e( 'Reply', 'buddypress' );
     192                    ?></label>
    190193                    <textarea name="reply_text" id="reply_text"></textarea>
    191194
Note: See TracChangeset for help on using the changeset viewer.