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:
parent
1b91fc660f
commit
4c8b3511a2
@ -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 ) { #>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user