Make WordPress Core


Ignore:
Timestamp:
09/03/2019 12:39:13 AM (5 years ago)
Author:
SergeyBiryukov
Message:

I18N: Capitalize translator comments consistently, add trailing punctuation.

Includes minor code layout fixes.

See #44360.

File:
1 edited

Legend:

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

    r43571 r45932  
    4747        $this->strings['up_to_date'] = __( 'The plugin is at the latest version.' );
    4848        $this->strings['no_package'] = __( 'Update package not available.' );
    49         /* translators: %s: package URL */
     49        /* translators: %s: Package URL. */
    5050        $this->strings['downloading_package']  = sprintf( __( 'Downloading update from %s&#8230;' ), '<span class="code">%s</span>' );
    5151        $this->strings['unpack_package']       = __( 'Unpacking the update&#8230;' );
     
    6464    public function install_strings() {
    6565        $this->strings['no_package'] = __( 'Installation package not available.' );
    66         /* translators: %s: package URL */
     66        /* translators: %s: Package URL. */
    6767        $this->strings['downloading_package'] = sprintf( __( 'Downloading installation package from %s&#8230;' ), '<span class="code">%s</span>' );
    6868        $this->strings['unpack_package']      = __( 'Unpacking the package&#8230;' );
Note: See TracChangeset for help on using the changeset viewer.