Quantcast

Options rename

Darthpred [11-25-12 - 09:13]
Options rename
Filename
ElvUI_SLE/modules/backgrounds/options.lua
ElvUI_SLE/modules/datatexts/options.lua
ElvUI_SLE/modules/marks/options.lua
ElvUI_SLE/modules/unitframes/options.lua
diff --git a/ElvUI_SLE/modules/backgrounds/options.lua b/ElvUI_SLE/modules/backgrounds/options.lua
index 40092eb..3cb9ae7 100644
--- a/ElvUI_SLE/modules/backgrounds/options.lua
+++ b/ElvUI_SLE/modules/backgrounds/options.lua
@@ -29,7 +29,7 @@ E.Options.args.sle.args.backgrounds = {
 		Reset = {
 			order = 3,
 			type = 'execute',
-			name = L["Reset"],
+			name = L['Restore Defaults'],
 			desc = L["Reset these options to defaults"],
 			func = function() E:GetModule('SLE'):Reset(nil, nil, nil, true) end,
 		},
diff --git a/ElvUI_SLE/modules/datatexts/options.lua b/ElvUI_SLE/modules/datatexts/options.lua
index c24e570..587b0aa 100644
--- a/ElvUI_SLE/modules/datatexts/options.lua
+++ b/ElvUI_SLE/modules/datatexts/options.lua
@@ -83,7 +83,7 @@ E.Options.args.sle.args.datatext = {
 		Reset = {
 			order = 3,
 			type = 'execute',
-			name = L["Reset"],
+			name = L['Restore Defaults'],
 			desc = L["Reset these options to defaults"],
 			func = function() E:GetModule('SLE'):Reset(nil, nil, true) end,
 		},
diff --git a/ElvUI_SLE/modules/marks/options.lua b/ElvUI_SLE/modules/marks/options.lua
index 9de7cce..ae6520e 100644
--- a/ElvUI_SLE/modules/marks/options.lua
+++ b/ElvUI_SLE/modules/marks/options.lua
@@ -23,7 +23,7 @@ E.Options.args.sle.args.marks = {
 		Reset = {
 			order = 3,
 			type = 'execute',
-			name = L["Reset"],
+			name = L['Restore Defaults'],
 			desc = L["Reset these options to defaults"],
 			func = function() E:GetModule('SLE'):Reset(nil, nil, nil, nil, true) end,
 		},
diff --git a/ElvUI_SLE/modules/unitframes/options.lua b/ElvUI_SLE/modules/unitframes/options.lua
index 5f304bd..4c8f463 100644
--- a/ElvUI_SLE/modules/unitframes/options.lua
+++ b/ElvUI_SLE/modules/unitframes/options.lua
@@ -46,7 +46,7 @@ E.Options.args.sle.args.unitframes = {
 		Reset = {
 			order = 3,
 			type = 'execute',
-			name = L["Reset"],
+			name = L['Restore Defaults'],
 			desc = L["Reset these options to defaults"],
 			func = function() E:GetModule('SLE'):Reset(nil, true) end,
 		},