Skip to:
Content

BuddyPress.org

Changeset 6193


Ignore:
Timestamp:
07/20/2012 10:20:06 PM (11 years ago)
Author:
djpaul
Message:

Fix copypasta in text domain. Props dianakc, antiprops DJPaul

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-admin.php

    r6133 r6193  
    865865
    866866                        <p id="bp-replysubmit" class="submit">
    867                             <a href="#" class="cancel button-secondary alignleft"><?php _e( 'Cancel', 'tmggc' ); ?></a>
    868                             <a href="#" class="save button-primary alignright"><?php _e( 'Reply', 'tmggc' ); ?></a>
     867                            <a href="#" class="cancel button-secondary alignleft"><?php _e( 'Cancel', 'buddypress' ); ?></a>
     868                            <a href="#" class="save button-primary alignright"><?php _e( 'Reply', 'buddypress' ); ?></a>
    869869
    870870                            <img class="waiting" style="display:none;" src="<?php echo esc_url( network_admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" />
Note: See TracChangeset for help on using the changeset viewer.