diff options
Diffstat (limited to 'modules/taxonomy')
-rw-r--r-- | modules/taxonomy/taxonomy.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 546ca6e4e..72a4c2889 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -294,7 +294,7 @@ function _taxonomy_confirm_del_term($tid) { * Generate a tabular listing of administrative functions for vocabularies. */ function taxonomy_overview() { - $header = array(t('name'), t('node types'), array('data' => t('operations'), 'colspan' => 3)); + $header = array(t('Name'), t('Node types'), array('data' => t('Operations'), 'colspan' => 3)); $vocabularies = taxonomy_get_vocabularies(); |