[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'), ),
The topic ‘[Plugin: Widget Entries] Admin Label’ is closed to new replies.