Skip to:
Content

bbPress.org


Ignore:
Timestamp:
12/08/2016 04:14:17 PM (9 years ago)
Author:
johnjamesjacoby
Message:

Even less shouting, plus a grammar sweep.

  • Remove contractions
  • Update weird sounding English phrases (like "the permissions" to "permission")
  • Simplify some phrases to be less wordy
  • Update "permission" error codes to all use "permission" instead of also "permissions"
  • Add comma to "Oh bother!". See: https://www.youtube.com/watch?v=Fhl4oKvxphs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/forums.php

    r6140 r6141  
    493493            // Bail if forum is missing
    494494            if ( empty( $forum ) ) {
    495                 wp_die( __( 'The forum was not found!', 'bbpress' ) );
     495                wp_die( __( 'The forum was not found.', 'bbpress' ) );
    496496            }
    497497
    498498            // What is the user doing here?
    499499            if ( ! current_user_can( 'keep_gate', $forum->ID ) ) {
    500                 wp_die( __( 'You do not have the permission to do that.', 'bbpress' ) );
     500                wp_die( __( 'You do not have permission to do that.', 'bbpress' ) );
    501501            }
    502502
Note: See TracChangeset for help on using the changeset viewer.