Make WordPress Core


Ignore:
Timestamp:
04/11/2022 11:40:38 AM (3 years ago)
Author:
audrasjb
Message:

Administration: Remove self-reference ("we") in WordPress Admin.

This changes updates many strings to remove self-references to an undefined "we" collective across the WordPress Administration.

The goal of this change is to better match the guidelines and recommendations set forth in the make/core handbook, specifically:

the word "we" should be avoided (…) unless its made very clear which group is speaking.

Props johnbillion, shital-patel, audrasjb, marybaum, SergeyBiryukov, peterwilsoncc, johnjamesjacoby, kebbet, costdev, chaion07, davidbaumwald.
Fixes #46057.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-upgrader.php

    r52997 r53131  
    163163        $this->strings['mkdir_failed']         = __( 'Could not create directory.' );
    164164        $this->strings['incompatible_archive'] = __( 'The package could not be installed.' );
    165         $this->strings['files_not_writable']   = __( 'The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions.' );
     165        $this->strings['files_not_writable']   = __( 'The update can not be installed because some files could not be copied. This is usually due to inconsistent file permissions.' );
    166166
    167167        $this->strings['maintenance_start'] = __( 'Enabling Maintenance mode…' );
Note: See TracChangeset for help on using the changeset viewer.