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;