Updated Static Popups and locales
Repooc [08-06-14 - 01:38]
Updated Static Popups and locales
diff --git a/ElvUI_SLE/core/staticpopups.lua b/ElvUI_SLE/core/staticpopups.lua
index 430174c..1462c06 100644
--- a/ElvUI_SLE/core/staticpopups.lua
+++ b/ElvUI_SLE/core/staticpopups.lua
@@ -45,17 +45,17 @@ E.PopupDialogs['SLE_INCOMPATIBLE_ADDON'] = {
}
E.PopupDialogs['SLE_CHAT_HISTORY'] = {
- text = "This will clear your chat history, you will no longer be able to see messages shown before executing after reload.\nContinue?",
+ text = "This will clear your chat history and reload your UI.\nContinue?",
button1 = ACCEPT,
button2 = CANCEL,
- OnAccept = function(self) if ElvCharacterDB.ChatLog then ElvCharacterDB.ChatLog = {} end end,
+ OnAccept = function(self) if ElvCharacterDB.ChatLog then ElvCharacterDB.ChatLog = {}; ReloadUI() end end,
timeout = 0,
whileDead = 1,
hideOnEscape = false,
}
E.PopupDialogs['SLE_EDIT_HISTORY'] = {
- text = "This will clear your editbox history and reload UI.\nContinue?",
+ text = "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/english.lua b/ElvUI_SLE/locales/english.lua
index acf10e7..f94a1b5 100644
--- a/ElvUI_SLE/locales/english.lua
+++ b/ElvUI_SLE/locales/english.lua
@@ -332,7 +332,7 @@ L['Show minimap buttons on mouseover.'] = true
--Enhanced Vehicle Bar--
L["Enhanced Vehicle Bar"] = true
-L["Use the enhanced vehicle bar based on work by Azilroka"] = true
+L["A different look/feel vehicle bar based on work by Azilroka"] = true
--Raid Utility--
L["Raid Utility"] = true
diff --git a/ElvUI_SLE/locales/russian.lua b/ElvUI_SLE/locales/russian.lua
index 76ed3cd..00c1dda 100644
--- a/ElvUI_SLE/locales/russian.lua
+++ b/ElvUI_SLE/locales/russian.lua
@@ -326,7 +326,7 @@ L['Show minimap buttons on mouseover.'] = "Отображать иконпри
--Enhanced Vehicle Bar--
L["Enhanced Vehicle Bar"] = "Улучшенный контроль машин"
-L["Use the enhanced vehicle bar based on work by Azilroka"] = "Использовать улучшенную панель управления средствами передвижения, основанную на коде Azilroka"
+L["A different look/feel vehicle bar based on work by Azilroka"] = "Использовать улучшенную панель управления средствами передвижения, основанную на коде Azilroka"
--Mover groups
L["S&L: All"] = "S&L: Все"