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-language-pack-upgrader-skin.php

    r45926 r45932  
    4848        echo '<div class="update-messages lp-show-latest">';
    4949
    50         /* translators: 1: project name (plugin, theme, or WordPress), 2: language */
     50        /* translators: 1: Project name (plugin, theme, or WordPress), 2: Language. */
    5151        printf( '<h2>' . __( 'Updating translations for %1$s (%2$s)&#8230;' ) . '</h2>', $name, $this->language_update->language );
    5252    }
Note: See TracChangeset for help on using the changeset viewer.