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/templates/default/bbpress/form-topic-merge.php

    r5770 r6141  
    112112        <div id="no-topic-<?php bbp_topic_id(); ?>" class="bbp-no-topic">
    113113            <div class="entry-content"><?php is_user_logged_in()
    114                 ? esc_html_e( 'You do not have the permissions to edit this topic!', 'bbpress' )
    115                 : esc_html_e( 'You cannot edit this topic.',                         'bbpress' );
     114                ? esc_html_e( 'You do not have permission to edit this topic.', 'bbpress' )
     115                : esc_html_e( 'You cannot edit this topic.',                    'bbpress' );
    116116            ?></div>
    117117        </div>
Note: See TracChangeset for help on using the changeset viewer.