The label of the delete link is incorrect.

In the function feature_admin_overview
the line :
l(t('feature'), "admin/node/feature/delete/$feature->fid"));

should be replaced by
l(t('delete'), "admin/node/feature/delete/$feature->fid"));

Comments

bluegeek9’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Thank you for your contributions to this issue. As Drupal 4 has reached its End of Life and is no longer supported, we are closing this issue. We encourage you to upgrade to a supported version of Drupal.