Customizer: Merge two translator comments.

git-svn-id: https://develop.svn.wordpress.org/trunk@36809 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2016-03-02 23:09:12 +00:00
parent 1b91fc660f
commit 4c8b3511a2
2 changed files with 2 additions and 2 deletions

View File

@ -368,7 +368,7 @@ class WP_Customize_Panel {
<button class="customize-panel-back" tabindex="-1"><span class="screen-reader-text"><?php _e( 'Back' ); ?></span></button>
<div class="accordion-section-title">
<span class="preview-notice"><?php
/* translators: %s is the site/panel title in the Customizer */
/* translators: %s: the site/panel title in the Customizer */
echo sprintf( __( 'You are customizing %s' ), '<strong class="panel-title">{{ data.title }}</strong>' );
?></span>
<# if ( data.description ) { #>

View File

@ -84,7 +84,7 @@ class WP_Customize_Nav_Menus_Panel extends WP_Customize_Panel {
<div class="accordion-section-title">
<span class="preview-notice">
<?php
/* Translators: %s is the site/panel title in the Customizer. */
/* translators: %s: the site/panel title in the Customizer */
printf( __( 'You are customizing %s' ), '<strong class="panel-title">{{ data.title }}</strong>' );
?>
</span>