summaryrefslogtreecommitdiffstats
path: root/pages
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2012-08-18 17:46:26 -0700
committerPatrick Davison <snapwilliam@gmail.com>2012-08-18 17:46:26 -0700
commit4f00fc760a2d01542d70a5f3cbafea360b3766d6 (patch)
tree61e70b601f44f676f550eac7f43927caa5d7306d /pages
parent0759852ab7a9af16e5f4c444ef5d1e0db6feabd3 (diff)
parentdc2e5f61451d10fc2dd6d4255a5602dbbb69def2 (diff)
downloadpathery-4f00fc760a2d01542d70a5f3cbafea360b3766d6.tar.xz
Merge branch 'HEAD' of ssh://git@git.raylu.net/pathery
Diffstat (limited to 'pages')
-rw-r--r--pages/memberlist.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/memberlist.php b/pages/memberlist.php
index 9c0f3ce..d75982e 100644
--- a/pages/memberlist.php
+++ b/pages/memberlist.php
@@ -86,8 +86,8 @@ $cat['Mazes']['title'] = 'Total Mazes Played';
$cat['Moves']['c'] = 'totalMoves';
$cat['Moves']['title'] = 'Total Moves Mazed';
-$cat['This Week']['c'] = 'totalMovesThisWeek';
-$cat['This Week']['title'] = 'Total Moves In Past 7 Days (Excluding Today)';
+$cat['Past Week']['c'] = 'totalMovesThisWeek';
+$cat['Past Week']['title'] = 'Total Moves In Past 7 Days (Excluding Today)';
$cat['Wins']['c'] = 'totalWins';
$cat['Wins']['title'] = 'Total Wins (Champion)';