I18N: Use a consistent pattern for translator comments for placeholders in some more Customizer strings.

See #41974.
Built from https://develop.svn.wordpress.org/trunk@42006


git-svn-id: http://core.svn.wordpress.org/trunk@41840 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2017-10-24 22:47:46 +00:00
parent f156f90ff5
commit 29d5ee851c
7 changed files with 9 additions and 9 deletions

View File

@@ -659,7 +659,7 @@ function customize_themes_print_templates() {
{{{ data.stars }}}
<span class="num-ratings">
<?php
/* translators: %s is the number of ratings */
/* translators: %s: number of ratings */
echo sprintf( __( '(%s ratings)' ), '{{ data.num_ratings }}' );
?>
</span>