I18N: Add trailing punctuation to some translator comments.

Follow-up to [49549].

See #51580.

git-svn-id: https://develop.svn.wordpress.org/trunk@49562 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-11-11 10:39:52 +00:00
parent 98e774ee2e
commit fc29c9e623
3 changed files with 3 additions and 3 deletions

View File

@ -83,7 +83,7 @@
window.location = url;
} else {
message = wp.i18n.sprintf(
/* translators: %s: Application name */
/* translators: %s: Application name. */
'<label for="new-application-password-value">' + wp.i18n.__( 'Your new password for %s is:' ) + '</label>',
'<strong></strong>'
) + ' <input id="new-application-password-value" type="text" class="code" readonly="readonly" value="" />';

View File

@ -174,7 +174,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
<label for="new-application-password-value">
<?php
printf(
/* translators: %s: Application name */
/* translators: %s: Application name. */
esc_html__( 'Your new password for %s is:' ),
'<strong>' . esc_html( $app_name ) . '</strong>'
);

View File

@ -862,7 +862,7 @@ endif;
<label for="new-application-password-value">
<?php
printf(
/* translators: %s: Application name */
/* translators: %s: Application name. */
__( 'Your new password for %s is:' ),
'<strong>{{ data.name }}</strong>'
);