Skip to:
Content

BuddyPress.org

Changeset 4930


Ignore:
Timestamp:
08/05/2011 07:57:49 PM (13 years ago)
Author:
djpaul
Message:

Change "comment" to "reply" on activity comment response button. Fixes #3433

File:
1 edited

Legend:

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

    r4849 r4930  
    3535        <?php if ( is_user_logged_in() && bp_activity_can_comment_reply( bp_activity_current_comment() ) ) : ?>
    3636
    37             <a href="#acomment-<?php bp_activity_comment_id(); ?>" class="acomment-reply bp-primary-action" id="acomment-reply-<?php bp_activity_id() ?>-from-<?php bp_activity_comment_id() ?>"><?php _e( 'Comment', 'buddypress' ); ?></a>
     37            <a href="#acomment-<?php bp_activity_comment_id(); ?>" class="acomment-reply bp-primary-action" id="acomment-reply-<?php bp_activity_id() ?>-from-<?php bp_activity_comment_id() ?>"><?php _e( 'Reply', 'buddypress' ); ?></a>
    3838
    3939        <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.