changeset 154:823a987ac492 beta-l10n-1

Adjust option text wording, add fractured temporal crystal.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Mon, 09 Feb 2015 10:00:08 -0500
parents 55018c10f3a5
children bfb53b311552
files options.lua
diffstat 1 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/options.lua	Mon Feb 09 09:46:56 2015 -0500
+++ b/options.lua	Mon Feb 09 10:00:08 2015 -0500
@@ -14,6 +14,7 @@
 	[74247] = true, -- Ethereal Shard
 	[74248] = true, -- Sha Crystal
 	[113588] = true, -- Temporal Crystal
+	[115504] = true, -- Fractured Temporal Crystal
 
 	-- could probably remove most of this now
 --	[29434] = true, -- Badge of Justice
@@ -133,6 +134,9 @@
 	container:PauseLayout()
 	local w
 	local stdw = 0.99    -- standard width
+	local experimental =
+		[[|TInterface\Scenarios\ScenarioIcon-Boss:0|t]]
+		.. '|cff00ff00Experimental!  '
 
 	-- the nubtoggle!
 	w = mktoggle('gui_noob', [[Show UI Tips]], stdw,
@@ -169,8 +173,9 @@
 	-- For the texture coordinates, see EncounterJournal_SetFlagIcon() and
 	-- http://wow.gamepedia.com/API_EJ_GetSectionInfo
 	w = mktoggle('track_bonusrolls', "Track loot from bonus rolls", stdw,
-		[[Track items received from spending roll tokens (e.g., Seal of Fate).]]
-		.. [[  |cff00ff00Experimental!  May only work when rebroadcast.|r]])
+		[[Track items received from spending roll tokens.]]
+		.. experimental
+		.. [[Might only see your own bonus loot, unless rebroadcasted.|r]])
 	--w:SetImage([[Interface\EncounterJournal\UI-EJ-Icons]],
 		-- This is "ID 6", the interruptible lightning icon
 		--0.75, (0.75 + (1/8)), 0, 0.5)
@@ -181,7 +186,7 @@
 
 	-- track receiving arbitrary items
 	w = mktoggle('track_nonloot', "Track non-loot items", stdw,
-		[[Track items received from the mailbox, salvage bags, lockboxes...]])
+		[[Track items received from the mailbox, salvage bags, quests, lockboxes...]])
 	container:AddChild(w)
 
 	-- auto-GOP mode when in LFR