diff --git a/wp-admin/widgets.php b/wp-admin/widgets.php index d5ff6830a..39c04cd8c 100644 --- a/wp-admin/widgets.php +++ b/wp-admin/widgets.php @@ -115,7 +115,7 @@ register_sidebar(array( 'name' => __('Inactive Widgets'), 'id' => 'wp_inactive_widgets', 'class' => 'inactive-sidebar', - 'description' => 'Drag widgets here to remove them from the sidebar but keep their settings.', + 'description' => __( 'Drag widgets here to remove them from the sidebar but keep their settings.' ), 'before_widget' => '', 'after_widget' => '', 'before_title' => '',