summaryrefslogtreecommitdiff
path: root/modules/taxonomy/taxonomy.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-08-19 15:41:57 +0000
committerDries Buytaert <dries@buytaert.net>2004-08-19 15:41:57 +0000
commitfa25c7a0ca13b57f098f0d2a2f7379ce73086723 (patch)
treedbc21e6623702f93fbb93e74b0ac33691c8b3011 /modules/taxonomy/taxonomy.module
parentfeb61eea867a51bf061c0a7067126539810c34ec (diff)
downloadbrdo-fa25c7a0ca13b57f098f0d2a2f7379ce73086723.tar.gz
brdo-fa25c7a0ca13b57f098f0d2a2f7379ce73086723.tar.bz2
- Code improvements by Stefan: use capital letters for header titles (and added some missing t() functions).
Diffstat (limited to 'modules/taxonomy/taxonomy.module')
-rw-r--r--modules/taxonomy/taxonomy.module2
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();