diff -rup views/modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc views_new/modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc
--- views/modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc	2009-12-01 06:01:09.000000000 +1100
+++ modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc	2010-10-26 22:11:22.616688003 +1100
@@ -48,7 +48,7 @@ class views_plugin_argument_validate_tax
       '#title' => t('Transform dashes in URL to spaces in term name arguments'),
       '#default_value' => isset($this->argument->options['validate_argument_transform']) ? $this->argument->options['validate_argument_transform'] : FALSE,
       '#process' => array('views_process_dependency'),
-      '#dependency' => array('edit-options-validate-argument-type' => array('convert')),
+      '#dependency' => array('edit-options-validate-argument-type' => array('convert', 'name')),
     );
   }
 
