--- edit_term.module	2008-03-22 22:52:21.000000000 +1100
+++ edit_term.module.viewpatch	2008-03-28 14:23:34.000000000 +1100
@@ -86,7 +86,7 @@ function edit_term_menu($may_cache) {
       'access' => TRUE,
     );
     $items[] = array(
-      'path' => 'taxonomy/term/'. arg(2) .'/edit' , 
+      'path' => 'taxonomy/term/'. arg(2) .'/edit-term' , 
       'title' => t('Edit Term'),
       'callback' => 'edit_term_edit_taxonomy_term',
       'callback arguments' => array(arg(2)),
@@ -109,7 +109,7 @@ function edit_term_menu($may_cache) {
       'type' => MENU_DEFAULT_LOCAL_TASK
     );
     $items[] = array(
-      'path' => 'image/tid/'. arg(2) .'/edit', 
+      'path' => 'image/tid/'. arg(2) .'/edit-term', 
       'title' => t('Edit Gallery'),
       'callback' => 'edit_term_edit_taxonomy_term',
       'callback arguments' => array(arg(2)),
