summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-12-14 19:23:11 +0000
committerDries Buytaert <dries@buytaert.net>2003-12-14 19:23:11 +0000
commit451bc9482fbd81b920e521312c675cef48fadea6 (patch)
tree6b821d77d353c6cbffceefa13e02cc7d09dd4e4f /modules
parent56c1521743fec0af466db52b63d2776b89537e97 (diff)
downloadbrdo-451bc9482fbd81b920e521312c675cef48fadea6.tar.gz
brdo-451bc9482fbd81b920e521312c675cef48fadea6.tar.bz2
- Fixed capitalization.
Diffstat (limited to 'modules')
-rw-r--r--modules/tracker.module8
-rw-r--r--modules/tracker/tracker.module8
2 files changed, 8 insertions, 8 deletions
diff --git a/modules/tracker.module b/modules/tracker.module
index 75373a1ca..d7fe8351e 100644
--- a/modules/tracker.module
+++ b/modules/tracker.module
@@ -32,10 +32,10 @@ function tracker_link($type) {
function tracker_posts($id = 0) {
$header = array(
- array("data" => t("Type"), "field" => "type"),
- array("data" => t("Title"), "field" => "title"),
- array("data" => t("Author"), "field" => "u.name"),
- array("data" => t("Last Post"), "field" => "last_activity", "sort" => "desc")
+ array("data" => t("type"), "field" => "type"),
+ array("data" => t("title"), "field" => "title"),
+ array("data" => t("author"), "field" => "u.name"),
+ array("data" => t("last post"), "field" => "last_activity", "sort" => "desc")
);
if ($id) {
diff --git a/modules/tracker/tracker.module b/modules/tracker/tracker.module
index 75373a1ca..d7fe8351e 100644
--- a/modules/tracker/tracker.module
+++ b/modules/tracker/tracker.module
@@ -32,10 +32,10 @@ function tracker_link($type) {
function tracker_posts($id = 0) {
$header = array(
- array("data" => t("Type"), "field" => "type"),
- array("data" => t("Title"), "field" => "title"),
- array("data" => t("Author"), "field" => "u.name"),
- array("data" => t("Last Post"), "field" => "last_activity", "sort" => "desc")
+ array("data" => t("type"), "field" => "type"),
+ array("data" => t("title"), "field" => "title"),
+ array("data" => t("author"), "field" => "u.name"),
+ array("data" => t("last post"), "field" => "last_activity", "sort" => "desc")
);
if ($id) {