From 6da2f73c7815de80dbc308fd9cb5f2676473331d Mon Sep 17 00:00:00 2001 From: dd32 Date: Sat, 26 Nov 2011 04:08:38 +0000 Subject: [PATCH] Add a missing translation. Props yuraz, vanillalounge. Fixes #19359 git-svn-id: http://svn.automattic.com/wordpress/trunk@19454 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/widgets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' => '',