WoWInterface SVN NeedyGreedy

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 69 to Rev 70
    Reverse comparison

Rev 69 → Rev 70

NeedyGreedy.lua
1505,12 → 1505,15
 
-- Console commands
function NeedyGreedy:ProcessSlashCommands(input)
input = input:trim()
if input == "report" then
self:PrintReport()
elseif input == "config" then
InterfaceOptionsFrame_OpenToCategory("NeedyGreedy")
elseif input == "reset" then
self:ClearItems()
else
self:Print(L["Valid commands are: config, report"])
self:Print(L["Valid commands are: config, report, reset"])
end
end
 
Localization/enUS.lua
37,7 → 37,7
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
L["Valid commands are: config, report, reset"] = true
L["Nothing to report"] = true
L["Popup when rolling"] = true
L["Automatically show the detached tooltip when an item is being rolled on"] = true