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/activity/entry.php

    r10265 r10827  
    121121                    <div class="ac-reply-content">
    122122                        <div class="ac-textarea">
    123                             <label for="ac-input-<?php bp_activity_id(); ?>" class="bp-screen-reader-text"><?php _e( 'Comment', 'buddypress' ); ?></label>
     123                            <label for="ac-input-<?php bp_activity_id(); ?>" class="bp-screen-reader-text"><?php
     124                                /* translators: accessibility text */
     125                                _e( 'Comment', 'buddypress' );
     126                            ?></label>
    124127                            <textarea id="ac-input-<?php bp_activity_id(); ?>" class="ac-input bp-suggestions" name="ac_input_<?php bp_activity_id(); ?>"></textarea>
    125128                        </div>
Note: See TracChangeset for help on using the changeset viewer.