change the names from Classic and Modern to more descriptive Normal and Lower (even though ITG's reverse is only one pixel different from 3.9/4.0's)
This commit is contained in:
@@ -233,7 +233,7 @@ function UserPrefNotePosition()
|
||||
SelectType = "SelectOne";
|
||||
OneChoiceForAllPlayers = true;
|
||||
ExportOnChange = false;
|
||||
Choices = { 'Classic','Modern' };
|
||||
Choices = { 'Normal','Lower' };
|
||||
LoadSelections = function(self, list, pn)
|
||||
if ReadPrefFromFile("UserPrefNotePosition") ~= nil then
|
||||
if GetUserPrefB("UserPrefNotePosition") then
|
||||
@@ -260,6 +260,7 @@ function UserPrefNotePosition()
|
||||
setmetatable( t, t );
|
||||
return t;
|
||||
end
|
||||
|
||||
function UserPrefLongFail()
|
||||
local t = {
|
||||
Name = "UserPrefLongFail";
|
||||
|
||||
Reference in New Issue
Block a user