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/press-this.php

    r43571 r45932  
    6565            } else {
    6666                $action = sprintf(
    67                     /* translators: URL to wp-admin/press-this.php */
     67                    /* translators: %s: URL to Press This bookmarklet on the main site. */
    6868                    __( 'Press This is not installed. Please install Press This from <a href="%s">the main site</a>.' ),
    6969                    get_admin_url( get_current_network_id(), 'press-this.php' )
Note: See TracChangeset for help on using the changeset viewer.