Make WordPress Core

Changeset 49562


Ignore:
Timestamp:
11/11/2020 10:39:52 AM (6 years ago)
Author:
SergeyBiryukov
Message:

I18N: Add trailing punctuation to some translator comments.

Follow-up to [49549].

See #51580.

Location:
trunk/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/js/_enqueues/admin/auth-app.js

    r49549 r49562  
    8484                        } else {
    8585                                message = wp.i18n.sprintf(
    86                                         /* translators: %s: Application name */
     86                                        /* translators: %s: Application name. */
    8787                                        '<label for="new-application-password-value">' + wp.i18n.__( 'Your new password for %s is:' ) + '</label>',
    8888                                        '<strong></strong>'
  • trunk/src/wp-admin/authorize-application.php

    r49549 r49562  
    175175                                                <?php
    176176                                                printf(
    177                                                         /* translators: %s: Application name */
     177                                                        /* translators: %s: Application name. */
    178178                                                        esc_html__( 'Your new password for %s is:' ),
    179179                                                        '<strong>' . esc_html( $app_name ) . '</strong>'
  • trunk/src/wp-admin/user-edit.php

    r49549 r49562  
    863863                                        <?php
    864864                                        printf(
    865                                                 /* translators: %s: Application name */
     865                                                /* translators: %s: Application name. */
    866866                                                __( 'Your new password for %s is:' ),
    867867                                                '<strong>{{ data.name }}</strong>'
Note: See TracChangeset for help on using the changeset viewer.