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-core-upgrader.php

    r45583 r45932  
    3030        $this->strings['locked']     = __( 'Another update is currently in progress.' );
    3131        $this->strings['no_package'] = __( 'Update package not available.' );
    32         /* translators: %s: package URL */
     32        /* translators: %s: Package URL. */
    3333        $this->strings['downloading_package']   = sprintf( __( 'Downloading update from %s&#8230;' ), '<span class="code">%s</span>' );
    3434        $this->strings['unpack_package']        = __( 'Unpacking the update&#8230;' );
Note: See TracChangeset for help on using the changeset viewer.