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-bulk-plugin-upgrader-skin.php

    r45926 r45932  
    2121    public function add_strings() {
    2222        parent::add_strings();
    23         /* translators: 1: plugin name, 2: number of the plugin, 3: total number of plugins being updated */
     23        /* translators: 1: Plugin name, 2: Number of the plugin, 3: Total number of plugins being updated. */
    2424        $this->upgrader->strings['skin_before_update_header'] = __( 'Updating Plugin %1$s (%2$d/%3$d)' );
    2525    }
Note: See TracChangeset for help on using the changeset viewer.