Skip to:
Content

BuddyPress.org

Changeset 12021


Ignore:
Timestamp:
05/01/2018 12:00:34 AM (8 years ago)
Author:
boonebgorges
Message:

Nouveau: String improvements related to private messages.

See #7786.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/messages/functions.php

    r12008 r12021  
    9292        $params['messages'] = array(
    9393                'errors' => array(
    94                         'send_to'         => __( 'Please add at least a user to send the message to, using their @username.', 'buddypress' ),
     94                        'send_to'         => __( 'Please add at least one recipient.', 'buddypress' ),
    9595                        'subject'         => __( 'Please add a subject to your message.', 'buddypress' ),
    9696                        'message_content' => __( 'Please add some content to your message.', 'buddypress' ),
     
    9999                        'send' => wp_create_nonce( 'messages_send_message' ),
    100100                ),
    101                 'loading' => '<div class="bp-feedback info"><span class="bp-icon"></span><p>' . __( 'Loading messages, please wait.', 'buddypress' ) . '</p></div>',
     101                'loading' => '<div class="bp-feedback info"><span class="bp-icon"></span><p>' . __( 'Loading messages. Please wait.', 'buddypress' ) . '</p></div>',
    102102                'bulk_actions' => bp_nouveau_messages_get_bulk_actions(),
    103103        );
     
    247247
    248248        return array(
    249                 'text' => esc_html__( 'New site wide notice', 'buddypress' ),
     249                'text' => esc_html__( 'New sitewide notice', 'buddypress' ),
    250250                'link' => bp_loggedin_user_domain(),
    251251        );
Note: See TracChangeset for help on using the changeset viewer.