From fa25c7a0ca13b57f098f0d2a2f7379ce73086723 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 19 Aug 2004 15:41:57 +0000 Subject: - Code improvements by Stefan: use capital letters for header titles (and added some missing t() functions). --- modules/taxonomy/taxonomy.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/taxonomy/taxonomy.module') 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(); -- cgit v1.2.3