Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/08/2011 11:02:28 PM (13 years ago)
Author:
djpaul
Message:

Add missing text domains in bp-default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/members/single/settings/general.php

    r3837 r4179  
    5555
    5656                    <label for="pwd"><?php _e( 'Current Password <span>(required to update email or change current password)</span>', 'buddypress' ); ?></label>
    57                     <input type="password" name="pwd" id="pwd" size="16" value="" class="settings-input small" /> &nbsp;<a href="<?php echo site_url( add_query_arg( array( 'action' => 'lostpassword' ), 'wp-login.php' ), 'login' ); ?>" title="<?php _e( 'Password Lost and Found', 'buddypress' ); ?>"><?php _e( 'Lost your password?' ); ?></a>
     57                    <input type="password" name="pwd" id="pwd" size="16" value="" class="settings-input small" /> &nbsp;<a href="<?php echo site_url( add_query_arg( array( 'action' => 'lostpassword' ), 'wp-login.php' ), 'login' ); ?>" title="<?php _e( 'Password Lost and Found', 'buddypress' ); ?>"><?php _e( 'Lost your password?', 'buddypress' ); ?></a>
    5858
    5959                    <label for="email"><?php _e( 'Account Email', 'buddypress' ); ?></label>
Note: See TracChangeset for help on using the changeset viewer.