From c1916207893150a3f7ebdff6e398759a503ccca2 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Wed, 6 Aug 2003 06:00:38 +0000 Subject: [PATCH] change "UNLIMITED" to "EVENT MODE" --- stepmania/src/ScreenMachineOptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenMachineOptions.cpp b/stepmania/src/ScreenMachineOptions.cpp index 8d99354096..0cfc12c0ab 100644 --- a/stepmania/src/ScreenMachineOptions.cpp +++ b/stepmania/src/ScreenMachineOptions.cpp @@ -44,7 +44,7 @@ enum { OptionRow g_MachineOptionsLines[NUM_MACHINE_OPTIONS_LINES] = { OptionRow( "Menu\nTimer", "OFF","ON" ), OptionRow( "Coin\nMode", "HOME","PAY","FREE PLAY" ), - OptionRow( "Songs Per\nPlay", "1","2","3","4","5","6","7","UNLIMITED" ), + OptionRow( "Songs Per\nPlay", "1","2","3","4","5","6","7","EVENT MODE" ), OptionRow( "Judge\nDifficulty", "1","2","3","4","5","6","7","8","JUSTICE" ), OptionRow( "Life\nDifficulty", "1","2","3","4","5","6","7" ), OptionRow( "Progressive\nLifebar", "OFF","1","2","3","4","5","6","7","8"),