diff localization/enUS.lua @ 91:b8e9664d3229 v43

option to disable equipment manager sets, minor artifact/talent bug fixes
author yellowfive
date Wed, 21 Sep 2016 00:14:22 -0700
parents 0515882856f1
children 177391341e26
line wrap: on
line diff
--- a/localization/enUS.lua	Sun Sep 18 21:49:46 2016 -0700
+++ b/localization/enUS.lua	Wed Sep 21 00:14:22 2016 -0700
@@ -85,17 +85,8 @@
 }
 
 L.InstanceNames = {
-	[1228] = "Highmaul",
-	[1205] = "Blackrock Foundry",
-	[1448] = "Hellfire Citadel",
-	[1182] = "Auchindoun",
-	[1175] = "Bloodmaul Slag Mines",
-	[1208] = "Grimrail Depot",
-	[1195] = "Iron Docks",
-	[1176] = "Shadowmoon Burial Grounds",
-	[1209] = "Skyreach",
-	[1279] = "The Everbloom",
-	[1358] = "Upper Blackrock Spire"
+	[1094] = "Emerald Nightmare",
+	[1088] = "Nighthold"
 }
 
 L.DifficultyNames = {
@@ -145,9 +136,7 @@
 L.MinimapTooltip = 
 [[Left Click to open the Ask Mr. Robot window.
 
-Right Click to change spec and equip your saved gear for that spec.
-
-Ctrl + Left Click to mark a fight as a wipe.]]
+Right Click to cycle specs and equip your saved gear for that spec.]]
 
 L.MainStatusText = function(version, url)
 	return version .. " loaded. Documentation available at " .. url
@@ -252,7 +241,7 @@
 --[[----------------------------------------------------------------------
 Combat Log Tab
 ------------------------------------------------------------------------]]
-L.LogChatStart = "You are now logging combat, and Mr. Robot is logging character data for your raid."
+L.LogChatStart = "You are now logging combat." -- , and Mr. Robot is logging character data for your raid
 L.LogChatStop = "Combat logging has been stopped."
 
 L.LogChatWipe = function(wipeTime)
@@ -410,6 +399,9 @@
 L.OptionsShopAhName = "Automatically show shopping list at auction house"
 L.OptionsShopAhDesc = "Whenever you open the auction house, automatically show the shopping list window.  You can click on items in the shopping list to quickly search for them in the auction house."
 
+L.OptionsDisableEmName = "Disable creating Equipment Manager sets"
+L.OptionsDisableEmDesc = "A Blizzard Equipment Manager set is created whenever you equip an AMR gear set, useful for marking items in your optimized sets. Check to disable this behavior if desired."
+
 L.OptionsUiScaleName = "Ask Mr. Robot UI scale"
 L.OptionsUiScaleDesc = "Enter a value between 0.5 and 1.5 to change the scale of the Ask Mr. Robot user interface, press Enter, then close/open the window for it take effect. If the positioning gets messed up, use the /amr reset command."