Skip to content

Commit 9396866

Browse files
committed
Fix warning about missing locale text (#61)
1 parent 29aef67 commit 9396866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/autoPurchaseGenericTalents.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ function Module:GetOptions(defaultOptionsTable, db)
183183
type = 'select',
184184
style = 'radio',
185185
name = L['Auto Surge Choice'],
186-
desc = L
187-
['Automatically pick Whirling Surge/Lightning Surge the first time you log in on a character.'],
186+
desc =
187+
L['Automatically pick Whirling Surge/Lightning Surge the first time you log in on a character.'],
188188
values = function()
189189
return {
190190
[CHOICE_NODE_OPTION_1] = StripHyperlinks(self:GetSpellLinkFromEntryID(SURGE_ENTRY_IDS

0 commit comments

Comments
 (0)