diff --git a/wp-admin/plugins.php b/wp-admin/plugins.php
index 5841732612..e1c227fc69 100644
--- a/wp-admin/plugins.php
+++ b/wp-admin/plugins.php
@@ -531,7 +531,7 @@ function print_plugins_table($plugins, $context = '') {
'network_only' => '', 'activate' => '',
'network_activate' => '',
'edit' => '',
- 'plugin_delete' => '',
+ 'delete' => '',
);
if ( 'mustuse' == $context ) {
@@ -575,7 +575,7 @@ function print_plugins_table($plugins, $context = '') {
$actions['network_activate'] = '' . __('Network Activate') . '';
if ( current_user_can('delete_plugins') )
- $actions['plugin_delete'] = '' . __('Delete') . '';
+ $actions['delete'] = '' . __('Delete') . '';
} // end if $is_active
if ( current_user_can('edit_plugins') && is_writable(WP_PLUGIN_DIR . '/' . $plugin_file) )