Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/30/2016 06:25:12 AM (8 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/settings/general.php

    r10181 r10827  
    2525    <input type="password" name="pass1" id="pass1" size="16" value="" class="settings-input small password-entry" <?php bp_form_field_attributes( 'password' ); ?>/> &nbsp;<?php _e( 'New Password', 'buddypress' ); ?><br />
    2626    <div id="pass-strength-result"></div>
    27     <label for="pass2" class="bp-screen-reader-text"><?php _e( 'Repeat New Password', 'buddypress' ); ?></label>
     27    <label for="pass2" class="bp-screen-reader-text"><?php
     28        /* translators: accessibility text */
     29        _e( 'Repeat New Password', 'buddypress' );
     30    ?></label>
    2831    <input type="password" name="pass2" id="pass2" size="16" value="" class="settings-input small password-entry-confirm" <?php bp_form_field_attributes( 'password' ); ?>/> &nbsp;<?php _e( 'Repeat New Password', 'buddypress' ); ?>
    2932
Note: See TracChangeset for help on using the changeset viewer.