make more strings localizable

This commit is contained in:
Chris Danford
2006-01-08 18:40:20 +00:00
parent f6d11943ab
commit fc18dbd342
28 changed files with 108 additions and 97 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ static CString EXPLANATION_ON_COMMAND_NAME( size_t p ) { return ssprintf("Explan
static CString OPTION_EXPLANATION( CString s )
{
return THEME->GetMetric("OptionExplanations",s);
return THEME->GetString("OptionExplanations",s);
}
//REGISTER_SCREEN_CLASS( ScreenOptions ); // can't be instantiated