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/ms-deprecated.php

    r45082 r45932  
    3232    if ( ! is_upload_space_available() ) {
    3333        wp_die( sprintf(
    34             /* translators: %s: allowed space allocation */
     34            /* translators: %s: Allowed space allocation. */
    3535            __( 'Sorry, you have used your space allocation of %s. Please delete some files to upload more files.' ),
    3636            size_format( get_space_allowed() * MB_IN_BYTES )
Note: See TracChangeset for help on using the changeset viewer.