From 9eed5f90f8a2a20d22144c5497146a2c52b54d1f Mon Sep 17 00:00:00 2001 From: Darthpred Date: Fri, 26 Oct 2012 15:08:40 +0400 Subject: [PATCH] Some localization --- ElvUI_SLE/locales/english.lua | 1 + ElvUI_SLE/locales/russian.lua | 1 + ElvUI_SLE/modules/uibuttons/uibuttons.lua | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ElvUI_SLE/locales/english.lua b/ElvUI_SLE/locales/english.lua index 557f32a..ee8847d 100644 --- a/ElvUI_SLE/locales/english.lua +++ b/ElvUI_SLE/locales/english.lua @@ -156,6 +156,7 @@ L["Move UI"] = true L["Reload UI"] = true L["AddOns Manager"] = true L["Boss Mod"] = true +L["Click to toggle iFilger's config UI"] = true --Unitframes-- L["Additional unit frames options"] = true diff --git a/ElvUI_SLE/locales/russian.lua b/ElvUI_SLE/locales/russian.lua index 3316fb5..c4d12b3 100644 --- a/ElvUI_SLE/locales/russian.lua +++ b/ElvUI_SLE/locales/russian.lua @@ -156,6 +156,7 @@ L["Move UI"] = "Разблокировать элементы" L["Reload UI"] = "Перезагрузить интерфейс" L["AddOns Manager"] = "Менеджер аддонов" L["Boss Mod"] = "Босс мод" +L["Click to toggle iFilger's config UI"] = "Нажмите для отображения настроек iFilger" --Unitframes-- L["Additional unit frames options"] = "Дополнительные опции рамок юнитов" diff --git a/ElvUI_SLE/modules/uibuttons/uibuttons.lua b/ElvUI_SLE/modules/uibuttons/uibuttons.lua index 932b660..3fed052 100644 --- a/ElvUI_SLE/modules/uibuttons/uibuttons.lua +++ b/ElvUI_SLE/modules/uibuttons/uibuttons.lua @@ -78,7 +78,7 @@ function UB:CreateButtons() UB:Create(Bbutton, "B", nil, L["Boss Mod"], L["Click to toggle the Configuration/Option Window from the Bossmod (DXE, DBM or Bigwigs) you have enabled."])--Boss Mod UB:Create(Abutton, "A", nil, L["AddOns Manager"], L["Click to toggle the AddOn Manager frame (stAddOnManager or ACP) you have enabled."])--Addon Manager if Fbutton then - UB:Create(Fbutton, "F", "/ifilger", "iFilger", "Click to toggle iFilger's config UI") + UB:Create(Fbutton, "F", "/ifilger", "iFilger", L["Click to toggle iFilger's config UI"]) end end -- 1.7.9.5