diff --git a/core.lua b/core.lua index 7fb0f7b..43d4e0e 100644 --- a/core.lua +++ b/core.lua @@ -172,6 +172,15 @@ prioOptionsTable = { type = "group", name = "Import", args = { + newline0 = { name="", type="description", order=30 }, + cleartable = { + name = L["Clear prio table"], + desc = L["Please note that current Prio settings WILL BE OVERWRITTEN"], + type = "execute", + order = 31, + confirm = true, + func = function(info) Prio3.db.profile.priorities = {} end, + }, newprio = { name = L["Import String"], desc = L["Please note that current Prio settings WILL BE OVERWRITTEN"], diff --git a/locale-deDE.lua b/locale-deDE.lua index 2fe6183..1055351 100644 --- a/locale-deDE.lua +++ b/locale-deDE.lua @@ -20,6 +20,7 @@ L["Whisper imports"] = "Bei Import zuflüstern" L["Whisper imported items to player"] = "Den Spieler nach dem Import über seine Prioritäten informieren." L["Open prio table after import"] = "Öffne Prio Tabelle nach dem Import" L["Show prio table"] = "Zeige Prio Tabelle" +L["Clear prio table"] = "Leere Prio Tabelle" L["Debug"] = "Debug" L["Enters Debug mode. Addon will have advanced output, and work outside of Raid"] = "Debug-Modus anschalten. Mehr Ausgaben, und es funktioniert außerhalb von Raids." L["You will need to /roll when item is up."] = "Du wirst darum /würfeln müssen wenn das Item verteilt wird." diff --git a/locale-enUS.lua b/locale-enUS.lua index 29603c3..a4eecb8 100644 --- a/locale-enUS.lua +++ b/locale-enUS.lua @@ -21,6 +21,7 @@ L["Whisper imports"] = "Whisper imports" L["Whisper imported items to player"] = "Whisper imported items to player" L["Open prio table after import"] = "Open prio table after import" L["Show prio table"] = "Show prio table" +L["Clear prio table"] = "Clear prio table" L["Debug"] = "Debug" L["Enters Debug mode. Addon will have advanced output, and work outside of Raid"] = "Enters Debug mode. Addon will have advanced output, and work outside of Raid" L["You will need to /roll when item is up."] = "You will need to /roll when item is up."