Skip to:
Content

BuddyPress.org


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

Add missing text domains in bp-default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/sidebar.php

    r3771 r4179  
    4848
    4949            <?php do_action( 'bp_sidebar_login_form' ) ?>
    50             <input type="submit" name="wp-submit" id="sidebar-wp-submit" value="<?php _e('Log In'); ?>" tabindex="100" />
     50            <input type="submit" name="wp-submit" id="sidebar-wp-submit" value="<?php _e( 'Log In', 'buddypress' ); ?>" tabindex="100" />
    5151            <input type="hidden" name="testcookie" value="1" />
    5252        </form>
Note: See TracChangeset for help on using the changeset viewer.