diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2012-08-18 10:42:29 -0500 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2012-08-18 10:42:29 -0500 |
commit | dc2e5f61451d10fc2dd6d4255a5602dbbb69def2 (patch) | |
tree | 6634d3be365d6323cabe9699bf1a3947bf306efc /pages/memberlist.php | |
parent | 6206e6f71133e1266275c7309134bb7f876ea85e (diff) | |
download | pathery-dc2e5f61451d10fc2dd6d4255a5602dbbb69def2.tar.xz |
Changing wording on memberlist (also, trying out new git/dropbox setup!)
Diffstat (limited to 'pages/memberlist.php')
-rw-r--r-- | pages/memberlist.php | 4 |
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)';
|