fix many missing themed strings

This commit is contained in:
Chris Danford
2005-12-01 09:43:21 +00:00
parent e655c93bf3
commit bf24714529
9 changed files with 97 additions and 93 deletions
+4 -4
View File
@@ -32,10 +32,10 @@ enum
};
OptionRowDefinition g_NetworkOptionsLines[NUM_NETWORK_OPTIONS_LINES] = {
OptionRowDefinition( "Connection", true, "PRESS START" ),
OptionRowDefinition( "Server", true, "PRESS START" ),
OptionRowDefinition( "Scoreboard", true, "PRESS START" ),
OptionRowDefinition( "Servers", true, "PRESS START" )
OptionRowDefinition( "Connection", true, "Press Start" ),
OptionRowDefinition( "Server", true, "Press Start" ),
OptionRowDefinition( "Scoreboard", true, "Press Start" ),
OptionRowDefinition( "Servers", true, "Press Start" )
};
AutoScreenMessage( SM_DoneConnecting )