Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/26/2014 02:47:34 PM (12 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-activity/bp-activity-actions.php

    r9079 r9190  
    363363                bp_core_add_message( __( 'Update Posted!', 'buddypress' ) );
    364364        else
    365                 bp_core_add_message( __( 'There was an error when posting your update, please try again.', 'buddypress' ), 'error' );
     365                bp_core_add_message( __( 'There was an error when posting your update. Please try again.', 'buddypress' ), 'error' );
    366366
    367367        // Redirect
     
    428428                bp_core_add_message( __( 'Reply Posted!', 'buddypress' ) );
    429429        else
    430                 bp_core_add_message( __( 'There was an error posting that reply, please try again.', 'buddypress' ), 'error' );
     430                bp_core_add_message( __( 'There was an error posting that reply. Please try again.', 'buddypress' ), 'error' );
    431431
    432432        bp_core_redirect( wp_get_referer() . '#ac-form-' . $activity_id );
     
    462462                bp_core_add_message( __( 'Activity marked as favorite.', 'buddypress' ) );
    463463        else
    464                 bp_core_add_message( __( 'There was an error marking that activity as a favorite, please try again.', 'buddypress' ), 'error' );
     464                bp_core_add_message( __( 'There was an error marking that activity as a favorite. Please try again.', 'buddypress' ), 'error' );
    465465
    466466        bp_core_redirect( wp_get_referer() . '#activity-' . bp_action_variable( 0 ) );
     
    496496                bp_core_add_message( __( 'Activity removed as favorite.', 'buddypress' ) );
    497497        else
    498                 bp_core_add_message( __( 'There was an error removing that activity as a favorite, please try again.', 'buddypress' ), 'error' );
     498                bp_core_add_message( __( 'There was an error removing that activity as a favorite. Please try again.', 'buddypress' ), 'error' );
    499499
    500500        bp_core_redirect( wp_get_referer() . '#activity-' . bp_action_variable( 0 ) );
Note: See TracChangeset for help on using the changeset viewer.