diff options
Diffstat (limited to 'modules/tracker')
-rw-r--r-- | modules/tracker/tracker.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tracker/tracker.module b/modules/tracker/tracker.module index 66816fece..fcf057d83 100644 --- a/modules/tracker/tracker.module +++ b/modules/tracker/tracker.module @@ -75,7 +75,7 @@ function tracker_page($uid = 0) { $rows[] = array(array('data' => $pager, 'colspan' => 5)); } - $header = array(t('type'), t('post'), t('author'), t('replies'), t('last post')); + $header = array(t('Type'), t('Post'), t('Author'), t('Replies'), t('Last post')); $output .= '<div id="tracker">'; $output .= theme('table', $header, $rows); |