Mercurial > wow > ouroloot
diff options.lua @ 135:feca7e0e1f89
Remove MoP transition code, be smarter about detecting groups.
author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
---|---|
date | Fri, 31 Aug 2012 23:15:40 -0400 |
parents | 47b149f9a5d7 |
children | 8345df517488 |
line wrap: on
line diff
--- a/options.lua Wed Aug 29 22:22:00 2012 -0400 +++ b/options.lua Fri Aug 31 23:15:40 2012 -0400 @@ -560,7 +560,7 @@ w:SetType("checkbox") w:SetLabel(d) if d == "notraid" then - w:SetDescription[[Tick this before enabling to make the addon work outside of raid groups]] + w:SetDescription[[Tick this before manually enabling to make the addon work outside of raid groups]] else if d == "alsolog" then w:SetDescription[[Also log all debug messages to disk. See print_log.lua in the addon folder for later viewing.]]