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

git-svn-id: https://develop.svn.wordpress.org/trunk@19454 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse 2011-11-26 04:08:38 +00:00
parent c101a7edb4
commit 9ad74044d1
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' => '',