Quantcast

Add locales

Repooc [03-13-13 - 19:12]
Add locales
Filename
ElvUI_SLE/locales/english.lua
ElvUI_SLE/modules/exprepbar/options.lua
diff --git a/ElvUI_SLE/locales/english.lua b/ElvUI_SLE/locales/english.lua
index 1095e06..d1367ae 100644
--- a/ElvUI_SLE/locales/english.lua
+++ b/ElvUI_SLE/locales/english.lua
@@ -123,6 +123,8 @@ L["Full value on Exp Bar"] = true
 L["Changes the way text is shown on exp bar."] = true
 L["Full value on Rep Bar"] = true
 L["Changes the way text is shown on rep bar."] = true
+L["Auto Track Reputation"] = true
+L["Automatically sets reputation tracking to the most recent reputation change."] = true

 --Equip Manager--
 L['Equipment Manager'] = true
diff --git a/ElvUI_SLE/modules/exprepbar/options.lua b/ElvUI_SLE/modules/exprepbar/options.lua
index 4304ead..c95b80f 100644
--- a/ElvUI_SLE/modules/exprepbar/options.lua
+++ b/ElvUI_SLE/modules/exprepbar/options.lua
@@ -29,7 +29,7 @@ E.Options.args.sle.args.exprep = {
 		order = 3,
 		type = "toggle",
 		name = L["Auto Track Reputation"],
-		desc = L["Automatically changes reputation bar to most recent reputation changed."],
+		desc = L["Automatically sets reputation tracking to the most recent reputation change."],
 		get = function(info) return E.private.sle.exprep.autotrack end,
 		set = function(info, value) E.private.sle.exprep.autotrack = value; end
 		},