Mercurial > wow > icu
diff enUS.lua @ 7:f020d96ccfc8
Added options to announce ready checks to selected report destination.
Cleaned up options further.
author | Xiiph |
---|---|
date | Fri, 18 Feb 2011 23:58:20 +0100 |
parents | 45a45aa0f492 |
children | 08eab3a42e0c |
line wrap: on
line diff
--- a/enUS.lua Tue Feb 15 01:23:33 2011 +0100 +++ b/enUS.lua Fri Feb 18 23:58:20 2011 +0100 @@ -37,8 +37,11 @@ L["Raid reminder"] = true L["Whisper the raider lacking (or soon to expire, if enabled) food/flask buff a reminder"] = true -L["Report results"] = true -L["Report the results after finishing"] = true +L["Report ready checks"] = true +L["Report the results of ready checks"] = true + +L["Report buff checks"] = true +L["Report flask/food check results"] = true L["Report Destination"] = true L["Report the results to the following channel"] = true @@ -49,11 +52,16 @@ L["Say"] = true L["Self"] = true +L["Everyone is ready."] = true +L["Not Ready"] = true + L["Manual checks only"] = true L["Only perform buff checks if initiated manually (via /icu check)"] = true -L["Check after readycheck"] = true -L["Don't check buffs until ready check has finished (or timed out)"] = true +L["Inspect AFTER ready check finishes"] = true +L["Don't check buffs until the ready check has finished (or timed out)"] = true + + L["Flask reminder"] = true L["Message whispered to raiders missing a cataclysm flask"] = true