Title: [Plugin: Widget Entries] Admin Label
Last modified: August 20, 2016

---

# [Plugin: Widget Entries] Admin Label

 *  [bristweb](https://wordpress.org/support/users/bristweb/)
 * (@bristweb)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-widget-entries-admin-label/)
 * It is REALLY confusing that widgets are called widgets and this is called widgets
   and what the heck are we talking about any more? Our staff thought calling them
   text boxes would make more sense (at least in the admin menu labels)
 * simple change in widget-entries.php (lines46-57):
 *     ```
       'labels' => array(
       'name' => 'Text Boxes',
       'singular_name' => 'Text Box',
       'add_new' => __('Add New', 'widget-entries'),
       'add_new_item' => __('Add New Text Box', 'widget-entries'),
       'edit_item' => __('Edit Text Box', 'widget-entries'),
       'new_item' => __('New Text Box', 'widget-entries'),
       'view_item' => __('Text Boxes will not be displayed as posts.', 'widget-entries'),
       'search_item' => __('Search Text Boxes', 'widget-entries'),
       'not found' => __('No text boxes found', 'widget-entries'),
       'not_found in trash' => __('No text boxes found in Trash', 'widget-entries'),
       ),
       ```
   
 * [http://wordpress.org/extend/plugins/widget-entries/](http://wordpress.org/extend/plugins/widget-entries/)

The topic ‘[Plugin: Widget Entries] Admin Label’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/widget-entries.svg)
 * [Widget Entries](https://wordpress.org/plugins/widget-entries/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/widget-entries/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/widget-entries/)
 * [Active Topics](https://wordpress.org/support/plugin/widget-entries/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/widget-entries/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/widget-entries/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [bristweb](https://wordpress.org/support/users/bristweb/)
 * Last activity: [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-widget-entries-admin-label/)
 * Status: not resolved