Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/24/2010 09:55:52 PM (16 years ago)
Author:
apeatling
Message:

Altering "public message" terminology towards "mentioning". By removing the "send" terminology this will hopefully reduce the mental association of sending a message to a user's profile, instead of simply notifying a user of a new update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/members/single/member-header.php

    r2353 r2432  
    1818
    1919        <?php if ( is_user_logged_in() && !bp_is_my_profile() && function_exists( 'bp_send_public_message_link' ) ) : ?>
    20             <div class="generic-button" id="send-public-message">
    21                 <a href="<?php bp_send_public_message_link() ?>" title="<?php _e( 'Send a public message to this user', 'buddypress' ) ?>"><?php _e( 'Send Public Message', 'buddypress' ) ?></a>
     20            <div class="generic-button" id="post-mention">
     21                <a href="<?php bp_send_public_message_link() ?>" title="<?php _e( 'Mention this user in a new public message, this will send the user a notification to get their attention.', 'buddypress' ) ?>"><?php _e( 'Mention this User', 'buddypress' ) ?></a>
    2222            </div>
    2323        <?php endif; ?>
     
    2525        <?php if ( is_user_logged_in() && !bp_is_my_profile() && function_exists( 'bp_send_private_message_link' ) ) : ?>
    2626            <div class="generic-button" id="send-private-message">
    27                 <a href="<?php bp_send_private_message_link() ?>" title="<?php _e( 'Send a private message to this user', 'buddypress' ) ?>"><?php _e( 'Send Private Message', 'buddypress' ) ?></a>
     27                <a href="<?php bp_send_private_message_link() ?>" title="<?php _e( 'Send a private message to this user.', 'buddypress' ) ?>"><?php _e( 'Send Private Message', 'buddypress' ) ?></a>
    2828            </div>
    2929        <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.