Found typo in feature DELETE interface?
eurekaloop - September 29, 2006 - 07:07
| Project: | Feature |
| Version: | 4.7.x-1.x-dev |
| Component: | User interface |
| Category: | task |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Hi, I'm VERY new to this Drupal stuff, so bear with me, but I think I found a small typo in the Feature code, for the DELETE feature function.
I believe that the module line that states:
l(t('feature'), "admin/node/feature/delete/$feature->fid"));
should say:
l(t('delete'), "admin/node/feature/delete/$feature->fid"));
I changed the code on mine, and it didn't seem to cause any functional problems...but I hadn't checked everything so let us know if changing this title will cause errors somewhere else.
Thanks for a great module!

#1