Make WordPress Core

Changeset 17824


Ignore:
Timestamp:
05/06/2011 08:38:49 PM (14 years ago)
Author:
ryan
Message:

Add context for widget Deactivate string. Props ocean90. fixes #17295

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/widgets.php

    r17748 r17824  
    358358        <div class="sidebar-name">
    359359        <div class="sidebar-name-arrow"><br /></div>
    360         <h3><?php _e('Available Widgets'); ?> <span id="removing-widget"><?php _e('Deactivate'); ?> <span></span></span></h3></div>
     360        <h3><?php _e('Available Widgets'); ?> <span id="removing-widget"><?php _ex('Deactivate', 'removing-widget'); ?> <span></span></span></h3></div>
    361361        <div class="widget-holder">
    362362        <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>
Note: See TracChangeset for help on using the changeset viewer.