From 9ad74044d1ba52add341c747d3ec35447afeeae9 Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Sat, 26 Nov 2011 04:08:38 +0000 Subject: [PATCH] Add a missing translation. Props yuraz, vanillalounge. Fixes #19359 git-svn-id: https://develop.svn.wordpress.org/trunk@19454 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 d5ff6830ae..39c04cd8c5 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' => '',