Customizer: Make a string translatable, see [33413].

see #32715.

git-svn-id: https://develop.svn.wordpress.org/trunk@33460 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2015-07-28 13:24:53 +00:00
parent 74c061a480
commit 972f871214
1 changed files with 1 additions and 1 deletions

View File

@ -764,7 +764,7 @@ final class WP_Customize_Nav_Menus {
<button type="button" class="not-a-button" aria-expanded="false">
<span class="screen-reader-text"><?php
/* translators: %s: Title of a section with menu items */
printf( 'Toggle section: %s', esc_html( $available_item_type['title'] ) ); ?></span>
printf( __( 'Toggle section: %s' ), esc_html( $available_item_type['title'] ) ); ?></span>
<span class="toggle-indicator" aria-hidden="true"></span>
</button>
</h4>