From e2adb85a355bd87bab98d5b9d0bac221a55bca7e Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 10 May 2004 05:26:41 +0000 Subject: [PATCH] cosmetic --- stepmania/src/ScreenEnding.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/ScreenEnding.cpp b/stepmania/src/ScreenEnding.cpp index 19fd20cc6e..d6eace8399 100644 --- a/stepmania/src/ScreenEnding.cpp +++ b/stepmania/src/ScreenEnding.cpp @@ -37,9 +37,9 @@ CString GetStatsLineTitle( PlayerNumber pn, int iLine ) { static const CString s[NUM_ENDING_STATS_LINES] = { - "%s Percent Complete", + "%s %% Complete", "Total Calories", - "Total Songs Played", + "Total Played", "Current Combo", }; StepsType st = GAMESTATE->GetCurrentStyleDef()->m_StepsType;