From dc2e5f61451d10fc2dd6d4255a5602dbbb69def2 Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Sat, 18 Aug 2012 10:42:29 -0500 Subject: Changing wording on memberlist (also, trying out new git/dropbox setup!) --- pages/memberlist.php | 4 ++-- 1 file 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)'; -- cgit v1.2.3