Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/26/2014 02:47:34 PM (10 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-xprofile/bp-xprofile-admin.php

    r8823 r9190  
    187187
    188188            if ( !$group->save() ) {
    189                 $message = __( 'There was an error saving the group. Please try again', 'buddypress' );
     189                $message = __( 'There was an error saving the group. Please try again.', 'buddypress' );
    190190                $type    = 'error';
    191191            } else {
     
    219219
    220220    if ( !$group->delete() ) {
    221         $message = __( 'There was an error deleting the group. Please try again', 'buddypress' );
     221        $message = __( 'There was an error deleting the group. Please try again.', 'buddypress' );
    222222        $type    = 'error';
    223223    } else {
     
    263263
    264264            if ( !$field_id ) {
    265                 $message = __( 'There was an error saving the field. Please try again', 'buddypress' );
     265                $message = __( 'There was an error saving the field. Please try again.', 'buddypress' );
    266266                $type = 'error';
    267267
     
    318318
    319319    if ( !$field->delete( (bool) $delete_data ) ) {
    320         $message = sprintf( __( 'There was an error deleting the %s. Please try again', 'buddypress' ), $field_type );
     320        $message = sprintf( __( 'There was an error deleting the %s. Please try again.', 'buddypress' ), $field_type );
    321321        $type    = 'error';
    322322    } else {
Note: See TracChangeset for help on using the changeset viewer.