From 9b5da780c1d3f3ed8eb3afd864abe853ecdf8d35 Mon Sep 17 00:00:00 2001 From: Repooc Date: Wed, 13 Mar 2013 15:12:06 -0400 Subject: [PATCH] Add locales --- ElvUI_SLE/locales/english.lua | 2 ++ ElvUI_SLE/modules/exprepbar/options.lua | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 }, -- 1.7.9.5