Add a missing translation. Props yuraz, vanillalounge. Fixes #19359

git-svn-id: http://svn.automattic.com/wordpress/trunk@19454 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
dd32 2011-11-26 04:08:38 +00:00
parent 952187eb76
commit 6da2f73c78
1 changed files with 1 additions and 1 deletions

View File

@ -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' => '',