Chances -> Choices

This commit is contained in:
AJ Kelly
2010-12-29 17:26:13 -06:00
parent 6cc3421629
commit fd1024db48
@@ -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