summaryrefslogtreecommitdiff
path: root/modules/profile/profile.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/profile/profile.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/profile/profile.module')
-rw-r--r--modules/profile/profile.module2
1 files changed, 1 insertions, 1 deletions
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 .= '<h2>'. t('Add new field') .'</h2>';