summaryrefslogtreecommitdiff
path: root/modules/tracker.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tracker.module')
-rw-r--r--modules/tracker.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tracker.module b/modules/tracker.module
index 66816fece..fcf057d83 100644
--- a/modules/tracker.module
+++ b/modules/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);