Make WordPress Core


Ignore:
Timestamp:
09/03/2019 12:39:13 AM (6 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-bulk-upgrader-skin.php

    r42827 r45932  
    4040    public function add_strings() {
    4141        $this->upgrader->strings['skin_upgrade_start'] = __( 'The update process is starting. This process may take a while on some hosts, so please be patient.' );
    42         /* translators: 1: Title of an update, 2: Error message */
     42        /* translators: 1: Title of an update, 2: Error message. */
    4343        $this->upgrader->strings['skin_update_failed_error'] = __( 'An error occurred while updating %1$s: %2$s' );
    44         /* translators: %s: Title of an update */
     44        /* translators: %s: Title of an update. */
    4545        $this->upgrader->strings['skin_update_failed'] = __( 'The update of %s failed.' );
    46         /* translators: %s: Title of an update */
     46        /* translators: %s: Title of an update. */
    4747        $this->upgrader->strings['skin_update_successful'] = __( '%s updated successfully.' );
    4848        $this->upgrader->strings['skin_upgrade_end']       = __( 'All updates have been completed.' );
Note: See TracChangeset for help on using the changeset viewer.