From 2249411c2dd87d316e2eef598031ee44b6794d6b Mon Sep 17 00:00:00 2001 From: Darthpred Date: Mon, 4 May 2015 23:18:46 +0400 Subject: [PATCH] statics --- ElvUI_SLE/core/staticpopups.lua | 4 ++-- ElvUI_SLE/locales/russian.lua | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ElvUI_SLE/core/staticpopups.lua b/ElvUI_SLE/core/staticpopups.lua index 2837d44..d3ca0e9 100644 --- a/ElvUI_SLE/core/staticpopups.lua +++ b/ElvUI_SLE/core/staticpopups.lua @@ -45,7 +45,7 @@ E.PopupDialogs['SLE_INCOMPATIBLE_ADDON'] = { } E.PopupDialogs['SLE_CHAT_HISTORY'] = { - text = "This will clear your chat history and reload your UI.\nContinue?", + text = L["This will clear your chat history and reload your UI.\nContinue?"], button1 = ACCEPT, button2 = CANCEL, OnAccept = function(self) if ElvCharacterDB.ChatLog then ElvCharacterDB.ChatLog = {}; ReloadUI() end end, @@ -55,7 +55,7 @@ E.PopupDialogs['SLE_CHAT_HISTORY'] = { } E.PopupDialogs['SLE_EDIT_HISTORY'] = { - text = "This will clear your editbox history and reload your UI.\nContinue?", + text = L["This will clear your editbox history and reload your UI.\nContinue?"], button1 = ACCEPT, button2 = CANCEL, OnAccept = function(self) if ElvCharacterDB.ChatEditHistory then ElvCharacterDB.ChatEditHistory = {}; ReloadUI() end end, diff --git a/ElvUI_SLE/locales/russian.lua b/ElvUI_SLE/locales/russian.lua index 20af880..a19d91a 100644 --- a/ElvUI_SLE/locales/russian.lua +++ b/ElvUI_SLE/locales/russian.lua @@ -43,6 +43,8 @@ L['You have got Loot Confirm and Shadow & Light both enabled at the same time. S L["Enabling mouse over will make ElvUI's raid utility show on mouse over instead of always showing."] = "Отображать кнопку управления рейдом только при наведении мыши." L['Adjust the position of the threat bar to any of the datatext panels in ElvUI & S&L.'] = "Позволяет поместить полосу угрозы на любой панели инфо-текстов." L["This option have been moved by Shadow & Light. Click to access it's new place."] = "Shadow & Light переместил эту опцию. Кликните для перехода к ее новому расположению." +L["This will clear your chat history and reload your UI.\nContinue?"] = "История чата будет очищена, а интерфейс перезагружен.\nПродолжить?" +L["This will clear your editbox history and reload your UI.\nContinue?"] = "История введенных сообщений будет очищена, а интерфейс перезагружен.\nПродолжить?" --Chat-- L["Reset Chat History"] = "Сбросить историю чата" -- 1.7.9.5