Skip to content

Commit 6b5d386

Browse files
committed
More standardization of translator comments.
1 parent f5a8870 commit 6b5d386

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/src/nominate-this/nominate-this.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ import { __, sprintf } from '@wordpress/i18n'
294294
const setLoadingIndicator = ( isLoading ) => {
295295
if ( isLoading ) {
296296
wp.data.dispatch( 'core/notices' ).createWarningNotice(
297-
// translators: URL being loaded
297+
// translators: URL being loaded.
298298
sprintf( __( 'Loading content from %s.', 'pressforward' ), sanitizedLoadingUrl ),
299299
{ id: 'loading-content', isDismissible: false }
300300
);

includes/nomthis/nominate-this-core.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function nominate_it() {
9696
<body class="press-this wp-admin wp-core-ui nominate-this <?php echo esc_attr( $the_admin_body_class ); ?>">
9797

9898
<div id="loading-indicator" class="loading-indicator nomthis-indicator">
99-
<?php // translators: URL being loaded ?>
99+
<?php // translators: URL being loaded. ?>
100100
<img src="<?php echo esc_url( admin_url( 'images/loading.gif' ) ); ?>" role="presentation" /> <span><?php printf( esc_html__( 'Loading content from %s.', 'pressforward' ), '<span id="loading-url"></span>' ); ?></span>
101101
</div>
102102

0 commit comments

Comments
 (0)