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-templates/bp-legacy/buddypress/members/single/settings/notifications.php

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