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

    r45611 r45932  
    154154        $this->strings['fs_no_plugins_dir'] = __( 'Unable to locate WordPress plugin directory.' );
    155155        $this->strings['fs_no_themes_dir']  = __( 'Unable to locate WordPress theme directory.' );
    156         /* translators: %s: directory name */
     156        /* translators: %s: Directory name. */
    157157        $this->strings['fs_no_folder'] = __( 'Unable to locate needed folder (%s).' );
    158158
Note: See TracChangeset for help on using the changeset viewer.