From a1ab78889e7e63b917135e4cdf0dd488fa90261a Mon Sep 17 00:00:00 2001 From: Chris Gomez Date: Tue, 4 Feb 2003 03:04:45 +0000 Subject: [PATCH] Whoops. Small typo in the UI text. --- stepmania/src/ScreenAppearanceOptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenAppearanceOptions.cpp b/stepmania/src/ScreenAppearanceOptions.cpp index 1a1f81a129..7b525ee244 100644 --- a/stepmania/src/ScreenAppearanceOptions.cpp +++ b/stepmania/src/ScreenAppearanceOptions.cpp @@ -44,7 +44,7 @@ OptionRowData g_AppearanceOptionsLines[NUM_APPEARANCE_OPTIONS_LINES] = { { "How To\nPlay", 2, {"SKIP","SHOW"} }, { "Caution", 2, {"SKIP","SHOW"} }, { "Song\nGroup", 2, {"ALL MUSIC","CHOOSE"} }, - { "Wheel\nSections",3, {"NEVER","ALWAYS", "ABC_ONLY"} }, + { "Wheel\nSections",3, {"NEVER","ALWAYS", "ABC ONLY"} }, }; ScreenAppearanceOptions::ScreenAppearanceOptions() :