comparison options.lua @ 105:646c9b41aaed

Verbage tweaks.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Sun, 05 Aug 2012 16:59:24 +0000
parents 04198c8d0717
children 35b55c6f5551
comparison
equal deleted inserted replaced
104:04198c8d0717 105:646c9b41aaed
158 [[Irreverent replacement names for boss events. See abbreviations.lua for details.]]) 158 [[Irreverent replacement names for boss events. See abbreviations.lua for details.]])
159 container:AddChild(w) 159 container:AddChild(w)
160 160
161 -- LOD plugins in all cases 161 -- LOD plugins in all cases
162 w = mktoggle('display_disabled_LODs', "Include disabled plugins", stdw, 162 w = mktoggle('display_disabled_LODs', "Include disabled plugins", stdw,
163 [[Show loadable plugins even if they've been disabled (and offer to enable them). Relog to take effect.]]) 163 [[Show loadable plugins even if they've been disabled (and offer to enable them if clicked). Relog to take effect.]])
164 container:AddChild(w) 164 container:AddChild(w)
165 165
166 -- showing the "(from Rebroadcasterdude)" in the notes column 166 -- showing the "(from Rebroadcasterdude)" in the notes column
167 w = mktoggle('display_bcast_from', "Show rebroadcasting player", stdw, 167 w = mktoggle('display_bcast_from', "Show rebroadcasting player", stdw,
168 [[Include "from PlayerName" in the Notes column for loot that was broadcast to you. (Not included in forum output).]], 168 [[Include "from PlayerName" in the Notes column for loot that was broadcast to you. (Not included in forum output).]],
365 end 365 end
366 366
367 367
368 --------------- 368 ---------------
369 do 369 do
370 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). 370 local description = [[These control automatic handling of specific items when they are looted.
371
372 "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).
371 373
372 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.]] 374 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.]]
373 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.)]] 375 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.)]]
374 376
375 local warntext = [[At least one of the items in the filter list was not in your game client's cache. This is okay. Just wait a few seconds, display some other Ouro Loot tab or panel, and then display the Item Filters again.]] 377 local warntext = [[At least one of the items in the filter list was not in your game client's cache. This is okay. Just wait a few seconds, display some other Ouro Loot tab or panel, and then display the Item Filters again.]]