mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-01 21:21:24 +01:00
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:
parent
952187eb76
commit
6da2f73c78
@ -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' => '',
|
||||
|
Loading…
Reference in New Issue
Block a user