Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/26/2014 02:47:34 PM (11 years ago)
Author:
boonebgorges
Message:

Remove some run-on sentences, also some comma splices, they were kind of annoying, they made BuddyPress more annoying to use, this is much better, thanks for using BuddyPress.

Props tharsheblows.
Fixes #5878.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-members/bp-members-admin.php

    r9115 r9190  
    309309                $notice = array(
    310310                    'class'   => 'error',
    311                     'message' => __( 'There was a problem deleting that avatar, please try again.', 'buddypress' )
     311                    'message' => __( 'There was a problem deleting that avatar. Please try again.', 'buddypress' )
    312312                );
    313313                break;
     
    339339                $notice = array(
    340340                    'class'   => 'error',
    341                     'message' => __( 'There was a problem updating some of your profile information, please try again.', 'buddypress' )
     341                    'message' => __( 'There was a problem updating some of your profile information. Please try again.', 'buddypress' )
    342342                );
    343343                break;
     
    15231523                    $notice = array(
    15241524                        'class'   => 'error',
    1525                         'message' => esc_html__( 'There was a problem sending the activation emails, please try again.', 'buddypress' ),
     1525                        'message' => esc_html__( 'There was a problem sending the activation emails. Please try again.', 'buddypress' ),
    15261526                    );
    15271527                    break;
     
    15301530                    $notice = array(
    15311531                        'class'   => 'error',
    1532                         'message' => esc_html__( 'There was a problem activating accounts, please try again.', 'buddypress' ),
     1532                        'message' => esc_html__( 'There was a problem activating accounts. Please try again.', 'buddypress' ),
    15331533                    );
    15341534                    break;
     
    15371537                    $notice = array(
    15381538                        'class'   => 'error',
    1539                         'message' => esc_html__( 'There was a problem deleting sign-ups, please try again.', 'buddypress' ),
     1539                        'message' => esc_html__( 'There was a problem deleting sign-ups. Please try again.', 'buddypress' ),
    15401540                    );
    15411541                    break;
Note: See TracChangeset for help on using the changeset viewer.