# HG changeset patch # User Farmbuyer of US-Kilrogg # Date 1344185964 0 # Node ID 646c9b41aaed9258e03cefea46352f835eea6a38 # Parent 04198c8d071720a2185de737f2d12e697c8f27e2 Verbage tweaks. diff -r 04198c8d0717 -r 646c9b41aaed options.lua --- a/options.lua Sun Aug 05 16:53:07 2012 +0000 +++ b/options.lua Sun Aug 05 16:59:24 2012 +0000 @@ -160,7 +160,7 @@ -- LOD plugins in all cases w = mktoggle('display_disabled_LODs', "Include disabled plugins", stdw, - [[Show loadable plugins even if they've been disabled (and offer to enable them). Relog to take effect.]]) + [[Show loadable plugins even if they've been disabled (and offer to enable them if clicked). Relog to take effect.]]) container:AddChild(w) -- showing the "(from Rebroadcasterdude)" in the notes column @@ -367,7 +367,9 @@ --------------- do - local description = [[These control automatic handling of specific items when they are looted. "Item filter" is a list of items to ignore. "Vault items" is a list of items to mark as going to the guild vault (as if you had chosen "Mark as guild vault" from the Loot tab). + local description = [[These control automatic handling of specific items when they are looted. + +"Item filter" is a list of items to ignore. "Vault items" is a list of items to mark as going to the guild vault (as if you had chosen "Mark as guild vault" from the Loot tab). Proper use of these lists can avoid a lot of noise and tedious clicking during or after a raid. You will probably need to add/remove entries as you advance between expansions and tiers.]] local defaultstext = [[Clicking this button adds some reasonable defaults to your item lists. (This was done once automatically, the first time you loaded Ouro Loot, but you can delete them at any time.)]]