changeset 105:646c9b41aaed

Verbage tweaks.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Sun, 05 Aug 2012 16:59:24 +0000
parents 04198c8d0717
children 095ee38508e8
files options.lua
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.)]]