From 3d7b784cd7af30d01be9a1924817938c55a913d3 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Tue, 23 Oct 2012 12:22:27 +0400 Subject: [PATCH] Like it more this way --- ElvUI_SLE/modules/marks/options.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ElvUI_SLE/modules/marks/options.lua b/ElvUI_SLE/modules/marks/options.lua index 6aa0cab..e5faed0 100644 --- a/ElvUI_SLE/modules/marks/options.lua +++ b/ElvUI_SLE/modules/marks/options.lua @@ -23,8 +23,8 @@ E.Options.args.sle.args.marks = { showinside = { order = 3, type = "toggle", - name = "Show in an instance only.", - desc = "Selecting this option will have the Raid Markers appear only while in a raid or dungeon.", + name = L["Show only in instances"], + desc = L["Selecting this option will have the Raid Markers appear only while in a raid or dungeon."], get = function(info) return E.db.sle.marks.showinside end, set = function(info, value) E.db.sle.marks.showinside = value; RM:UpdateVisibility() end }, -- 1.7.9.5