WoWInterface SVN NeedyGreedy

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 59 to Rev 60
    Reverse comparison

Rev 59 → Rev 60

NeedyGreedy.lua
49,6 → 49,7
general = {
name = L['General'],
type = 'group',
childGroups = "tab",
args = {
nItems = {
name = L["Display Items"],
94,14 → 95,6
get = "GetDisplayIcons",
set = "SetDisplayIcons",
},
detachedTooltip = {
name = L["Detach Tooltip"],
desc = L["Display the roll information in a standalone window"],
type = "toggle",
order = 10,
get = "GetDetachedTooltip",
set = "SetDetachedTooltip",
},
displayTextLink = {
name = L["Item Names"],
desc = L["Toggle the display of the item name in the header"],
117,6 → 110,7
order = 99,
get = "GetHideMinimapIcon",
set = "SetHideMinimapIcon",
width = "full"
},
filterLootMsgs = {
name = L["Filter Loot Messages"],
126,22 → 120,6
get = "GetFilterLootMsgs",
set = "SetFilterLootMsgs",
},
onlyShowInParty = {
name = L["Show only in party"],
desc = L["Only display the roll window when in a party"],
type = "toggle",
order = 50,
get = "GetOnlyShowInParty",
set = "SetOnlyShowInParty",
},
hideInCombat = {
name = L["Hide in combat"],
desc = L["Only display the roll window when not in combat"],
type = "toggle",
order = 60,
get = "GetHideInCombat",
set = "SetHideInCombat",
},
showGroupOnly = {
name = L["Hide Non-Members"],
desc = L["Only display the names of members currently in your party"],
150,6 → 128,40
get = "GetShowGroupOnly",
set = "SetShowGroupOnly",
},
 
detachedTooltipOptions = {
name = "Detached Tooltip options",
type = "group",
--inline = true,
order = 200,
args = {
detachedTooltip = {
name = L["Detach Tooltip"],
desc = L["Display the roll information in a standalone window"],
type = "toggle",
order = 10,
get = "GetDetachedTooltip",
set = "SetDetachedTooltip",
},
onlyShowInParty = {
name = L["Show only in party"],
desc = L["Only display the detached window when in a party"],
type = "toggle",
order = 12,
get = "GetOnlyShowInParty",
set = "SetOnlyShowInParty",
},
hideInCombat = {
name = L["Hide in combat"],
desc = L["Only display the detached window when not in combat"],
type = "toggle",
order = 14,
get = "GetHideInCombat",
set = "SetHideInCombat",
},
},
},
 
},
},
}
Localization/enUS.lua
31,10 → 31,10
L["General"] = true
L["Profile"] = true
L["Show only in party"] = true
L["Only display the roll window when in a party"] = true
L["Only display the detached window when in a party"] = true
L["You are not in a party"] = true
L["Hide in combat"] = true
L["Only display the roll window when not in combat"] = true
L["Only display the detached window when not in combat"] = true
L["Hide Non-Members"] = true
L["Only display the names of members currently in your party"] = true
L["Valid commands are: config, report"] = true