From fd1024db487b446cdc25a4cd8c8fb4a4b11c5321 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Wed, 29 Dec 2010 17:26:13 -0600 Subject: [PATCH] Chances -> Choices --- Themes/_fallback/Scripts/03 ThemePrefsRows.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/_fallback/Scripts/03 ThemePrefsRows.lua b/Themes/_fallback/Scripts/03 ThemePrefsRows.lua index 8eebbae4ba..21ad8973c2 100644 --- a/Themes/_fallback/Scripts/03 ThemePrefsRows.lua +++ b/Themes/_fallback/Scripts/03 ThemePrefsRows.lua @@ -93,7 +93,7 @@ local function CreateThemePrefRow( pref, tbl ) -- if the choices aren't strings, make them strings now for i, str in ipairs(Choices) do - Choices[i] = tostring( Chances[i] ) + Choices[i] = tostring( Choices[i] ) end -- check to see that Values and Choices have the same length