Skip to content

Commit 07b2a2a

Browse files
committed
Merge branch 'develop' of https://github.com/evil-morfar/RCLootCouncil2 into develop
2 parents 6f494ca + 8cee5bf commit 07b2a2a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Locale/enUS.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ L["Auto extracted from whisper"] = true
7878
L["Auto Open"] = true
7979
L["Auto Pass Trinkets"] = true
8080
L["Auto pass BoE"] = true
81-
L["Auto Pass"] = true
8281
L["Auto Pass Transmog"] = true
8382
L["Auto Pass Transmog Source"] = true
8483
L["Auto Trade"] = true
@@ -89,7 +88,7 @@ L["auto_enable_desc"] = "Check to always let RCLootCouncil handle loot. Unchecki
8988
L["auto_open_desc"] = "Check to Auto Open the voting frame when available. The voting frame can otherwise be opened with /rc open. Note: This requires permission from the Master Looter."
9089
L["auto_pass_trinket_desc"] = "Check to autopass trinkets that's not listed in the Dungeon Journal for your class."
9190
L["auto_pass_boe_desc"] = "Uncheck to never autopass Bind on Equip items."
92-
L["auto_pass_desc"] = "Check to enable autopassing of items your class cannot use."
91+
L["auto_pass_desc"] = "When enabled, items you cannot or should not use will be automatically passed. Other auto pass options can modify this behavior."
9392
L["auto_pass_transmog_desc"] = "Check to enable autopassing of items your class can only use for transmog."
9493
L["auto_pass_transmog_source_desc"] = "Check to enable autopassing of items your class can only use for transmog and the appearance is already known from another item."
9594
L["Autopass"] = true
@@ -552,6 +551,7 @@ L["opt_autoAddItems_desc"] = "Automatically add all eligible items to a session.
552551
L["opt_autoAddPets_name"] = "Add Pets"
553552
L["opt_autoAddPets_desc"] = "Automatically add all Companion Pets to a session."
554553
L["opt_autoAwardPrioList_desc"] = "Items are awarded to the first candidate found in your group according to this priority list."
554+
L.opt_autoPass_name = "Enable Auto Pass"
555555
L.opt_autoPassWeapons_name = "Auto Pass Weapons"
556556
L.opt_autoPassWeapons_desc = "Check to enable auto passing of weapons that doesn't have your classes primary stat."
557557
L.opt_autoGroupLootGuildGroupOnly_name = "Guild Groups Only"

Modules/options.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ function addon:OptionsTable()
375375
args = {
376376
autoPass = {
377377
order = 1,
378-
name = L["Auto Pass"],
378+
name = L.opt_autoPass_name,
379379
desc = L["auto_pass_desc"],
380380
type = "toggle",
381381
},

0 commit comments

Comments
 (0)