Add missing string translation in widgets.

see #27453, #27112.


git-svn-id: https://develop.svn.wordpress.org/trunk@28140 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2014-04-16 00:00:33 +00:00
parent 85925b39ad
commit 6196b0811e
1 changed files with 1 additions and 1 deletions

View File

@ -1041,7 +1041,7 @@ final class WP_Customize_Widgets {
'registeredSidebars' => array_values( $GLOBALS['wp_registered_sidebars'] ), 'registeredSidebars' => array_values( $GLOBALS['wp_registered_sidebars'] ),
'registeredWidgets' => $GLOBALS['wp_registered_widgets'], 'registeredWidgets' => $GLOBALS['wp_registered_widgets'],
'l10n' => array( 'l10n' => array(
'widgetTooltip' => ( 'Shift-click to edit this widget.' ), 'widgetTooltip' => __( 'Shift-click to edit this widget.' ),
), ),
); );
foreach ( $settings['registeredWidgets'] as &$registered_widget ) { foreach ( $settings['registeredWidgets'] as &$registered_widget ) {