From 181ffaafdc237705832376e69aba8b25ac0ba870 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 9 Mar 2006 22:02:19 +0000 Subject: [PATCH] remove untranslated "songs", "courses" text. We'd have to worry about word ordering here, I think, and this seems clear enough. --- stepmania/src/ScreenEnding.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/src/ScreenEnding.cpp b/stepmania/src/ScreenEnding.cpp index a011209a82..bb4b565c44 100644 --- a/stepmania/src/ScreenEnding.cpp +++ b/stepmania/src/ScreenEnding.cpp @@ -32,8 +32,7 @@ static RString GetStatsLineTitle( PlayerNumber pn, EndingStatsLine line ) { StepsType st = GAMESTATE->GetCurrentStyle()->m_StepsType; RString sStepsType = GAMEMAN->StepsTypeToLocalizedString(st); - RString sType = GAMESTATE->IsCourseMode() ? "Courses" : "Songs"; - return ssprintf( "%s %s %%", sStepsType.c_str(), sType.c_str() ); + return ssprintf( "%s %%", sStepsType.c_str() ); } case PERCENT_COMPLETE_EASY: case PERCENT_COMPLETE_MEDIUM: