Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/13/2013 01:42:14 AM (13 years ago)
Author:
boonebgorges
Message:

Remove 'notifications' language in Settings component

We previously used the word "notification" to refer to the email notices
sent when certain events happened on the site. This causes some confusion with
the new top-level Notifications item, so we change the wording a bit.

Fixes #5240

Props imath, r-a-y

File:
1 edited

Legend:

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

    r6146 r7565  
    5252
    5353                                <form action="<?php echo bp_displayed_user_domain() . bp_get_settings_slug() . '/notifications'; ?>" method="post" class="standard-form" id="settings-form">
    54                                         <p><?php _e( 'Send a notification by email when:', 'buddypress' ); ?></p>
     54                                        <p><?php _e( 'Send an email notice when:', 'buddypress' ); ?></p>
    5555
    5656                                        <?php do_action( 'bp_notification_settings' ); ?>
Note: See TracChangeset for help on using the changeset viewer.