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-reply-move.php

    r5770 r6141  
    9090        <div id="no-reply-<?php bbp_reply_id(); ?>" class="bbp-no-reply">
    9191            <div class="entry-content"><?php is_user_logged_in()
    92                 ? esc_html_e( 'You do not have the permissions to edit this reply!', 'bbpress' )
    93                 : esc_html_e( 'You cannot edit this reply.',                         'bbpress' );
     92                ? esc_html_e( 'You do not have permission to edit this reply.', 'bbpress' )
     93                : esc_html_e( 'You cannot edit this reply.',                    'bbpress' );
    9494            ?></div>
    9595        </div>
Note: See TracChangeset for help on using the changeset viewer.