localize more strings

This commit is contained in:
Chris Danford
2006-01-08 19:38:33 +00:00
parent fc18dbd342
commit 9122e2f935
11 changed files with 90 additions and 41 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ void ScreenTestLights::Update( float fDeltaTime )
}
else
{
CString sGameButton = GAMESTATE->GetCurrentGame()->m_szButtonNames[gb];
CString sGameButton = GameButtonToLocalizedString( GAMESTATE->GetCurrentGame(), gb );
s += ssprintf( "controller light: P%d %d %s\n", gc+1, gb, sGameButton.c_str() );
}