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/privacy-tools.php

    r45825 r45932  
    325325
    326326    $title = sprintf(
    327         /* translators: %s: user's email address */
     327        /* translators: %s: User's email address. */
    328328        __( 'Personal Data Export for %s' ),
    329329        $email_address
     
    532532        $email_address,
    533533        sprintf(
    534             /* translators: Personal data export notification email subject. %s: Site title */
     534            /* translators: Personal data export notification email subject. %s: Site title. */
    535535            __( '[%s] Personal Data Export' ),
    536536            $site_name
Note: See TracChangeset for help on using the changeset viewer.