update bag locale

This commit is contained in:
Crum
2018-08-06 23:46:45 -05:00
parent a86563e839
commit f85410145b
11 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ E.PopupDialogs["KEYBIND_MODE"] = {
}
E.PopupDialogs["DELETE_GRAYS"] = {
text = L["Are you sure you want to delete all your gray items?"],
text = format("|cffff0000%s|r", L["Delete gray items?"]),
button1 = YES,
button2 = NO,
OnAccept = function() E:GetModule("Bags"):VendorGrays(true) end,