Widgets: improve the help text on the Widgets screen, props siobhan, props Hanni, fixes #26244.

git-svn-id: https://develop.svn.wordpress.org/trunk@26505 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2013-12-01 18:28:12 +00:00
parent c52896dbae
commit 3f7cbafb94
2 changed files with 13 additions and 13 deletions

View File

@@ -337,7 +337,7 @@ do_action( 'widgets_admin_page' ); ?>
</div>
<div class="widget-holder">
<div class="sidebar-description">
<p class="description"><?php _e('Drag widgets from here to a sidebar on the right to activate them. Drag widgets back here to deactivate them and delete their settings.'); ?></p>
<p class="description"><?php _e('To activate a widget drag it to a sidebar or click on it. To deactivate a widget and delete its settings, drag it back.'); ?></p>
</div>
<div id="widget-list">
<?php wp_list_widgets(); ?>