Add "Show Only In Combat" option. Add "Use Focus Target" option.
This commit is contained in:
@@ -5,11 +5,9 @@ if not L then return end
|
||||
|
||||
-- Main Omen window
|
||||
L["<Unknown>"] = true
|
||||
L["Test Mode"] = true
|
||||
L["Omen Quick Menu"] = true
|
||||
L["Enter Test Mode"] = true
|
||||
L["Exit Test Mode"] = true
|
||||
L["Unlock Omen"] = true
|
||||
L["Use Focus Target"] = true
|
||||
L["Test Mode"] = true
|
||||
L["Open Config"] = true
|
||||
L["Hide Omen"] = true
|
||||
L["Name"] = true
|
||||
@@ -87,6 +85,9 @@ L["You are in a battleground"] = true
|
||||
L["Show Omen when you are in a battleground or arena"] = true
|
||||
L["You are in a dungeon"] = true
|
||||
L["Show Omen when you are in a dungeon (5 man and raid)"] = true
|
||||
L["In addition to the above options..."] = true
|
||||
L["Only show when in combat"] = true
|
||||
L["Turning this on will cause Omen to hide whenever you are not in combat."] = true
|
||||
|
||||
-- Config strings, show classes... section
|
||||
L["Show Classes..."] = true
|
||||
|
||||
Reference in New Issue
Block a user