remove untranslated "songs", "courses" text. We'd have to worry about

word ordering here, I think, and this seems clear enough.
This commit is contained in:
Glenn Maynard
2006-03-09 22:02:19 +00:00
parent 347218429f
commit 181ffaafdc
+1 -2
View File
@@ -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: