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/profile/profile.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/profile/profile.module') diff --git a/modules/profile/profile.module b/modules/profile/profile.module index 73f5ef8a2..9d43d5aef 100644 --- a/modules/profile/profile.module +++ b/modules/profile/profile.module @@ -498,7 +498,7 @@ function profile_admin_overview() { $rows[] = array(array('data' => t('No fields defined.'), 'colspan' => '6')); } - $header = array(t('title'), t('name'), t('type'), t('category'), array('data' => t('operations'), 'colspan' => '2')); + $header = array(t('Title'), t('Name'), t('Type'), t('Category'), array('data' => t('Operations'), 'colspan' => '2')); $output = theme('table', $header, $rows); $output .= '

'. t('Add new field') .'

'; -- cgit v1.2.3