Quantcast

nothing interesting again

Darthpred [10-26-12 - 11:24]
nothing interesting again
Filename
ElvUI_SLE/locales/english.lua
ElvUI_SLE/locales/german.lua
ElvUI_SLE/locales/russian.lua
ElvUI_SLE/modules/uibuttons/uibuttons.lua
diff --git a/ElvUI_SLE/locales/english.lua b/ElvUI_SLE/locales/english.lua
index ee8847d..7dd61a8 100644
--- a/ElvUI_SLE/locales/english.lua
+++ b/ElvUI_SLE/locales/english.lua
@@ -148,7 +148,7 @@ L["Buttons position"] = true
 L["Layout for UI buttons."] = true
 L["Click to reload your interface"] = true
 L["Click to toggle config window"] = true
-L["Click to toggle the AddOn Manager frame (stAddOnManager or ACP) you have enabled."] = true
+L["Click to toggle the AddOn Manager frame (stAddOnManager, Ampere or ACP) you have enabled."] = true
 L["Click to toggle the Configuration/Option Window from the Bossmod (DXE, DBM or Bigwigs) you have enabled."] = true
 L["Click to unlock moving ElvUI elements"] = true
 L["ElvUI Config"] = true
diff --git a/ElvUI_SLE/locales/german.lua b/ElvUI_SLE/locales/german.lua
index 1ba1003..13c645d 100644
--- a/ElvUI_SLE/locales/german.lua
+++ b/ElvUI_SLE/locales/german.lua
@@ -136,7 +136,7 @@ L["Buttons position"] = "Tasten Position"
 L["Layout for UI buttons."] = "Layout für die UI tasten."
 L["Click to reload your interface"] = "Klicken zum neuladen deines Interface"
 L["Click to toggle config window"] = "Klicken zum umschalten des Konfigurations Fensters"
-L["Click to toggle the AddOn Manager frame (stAddOnManager or ACP) you have enabled."] = "Klick zum umschalten des AddOn Manager Fensters (stAddOnManager oder ACP) wenn du es aktiviert hast."
+L["Click to toggle the AddOn Manager frame (stAddOnManager, Ampere or ACP) you have enabled."] = "Klick zum umschalten des AddOn Manager Fensters (stAddOnManager, Ampere oder ACP) wenn du es aktiviert hast."
 L["Click to toggle the Configuration/Option Window from the Bossmod (DXE, DBM or Bigwigs) you have enabled."] = "Klicke zum umschalten des Konfigurations/Options Fenster von dem Bossmodul (DXE, DBM oder Bigwigs) wenn du es aktiviert hast."
 L["Click to unlock moving ElvUI elements"] = "Klicke um die ElvUI Elemente zu bewegen"
 L["ElvUI Config"] = "ElvUI Konfiguration"
diff --git a/ElvUI_SLE/locales/russian.lua b/ElvUI_SLE/locales/russian.lua
index c4d12b3..fbb81f4 100644
--- a/ElvUI_SLE/locales/russian.lua
+++ b/ElvUI_SLE/locales/russian.lua
@@ -148,7 +148,7 @@ L["Buttons position"] = "Положение кнопок"
 L["Layout for UI buttons."] = "Режим положения кнопок"
 L["Click to reload your interface"] = "Нажмите для перезагрузки интерфейса"
 L["Click to toggle config window"] = "Нажмите для отображения окна настроек"
-L["Click to toggle the AddOn Manager frame (stAddOnManager or ACP) you have enabled."] = "Нажмите для отображения окна менеджера аддонов. Поддерживаются stAddOnManager, ACP"
+L["Click to toggle the AddOn Manager frame (stAddOnManager, Ampere or ACP) you have enabled."] = "Нажмите для отображения окна менеджера аддонов. Поддерживаются stAddOnManager, ACP, Ampere"
 L["Click to toggle the Configuration/Option Window from the Bossmod (DXE, DBM or Bigwigs) you have enabled."] = "Нажмите для отображения окна настроек включенного босс мода. Поддерживаются DXE, DBM, Bigwigs."
 L["Click to unlock moving ElvUI elements"] = "Нажмите для входа в режим перемещения элементов"
 L["ElvUI Config"] = "Настройка ElvUI"
diff --git a/ElvUI_SLE/modules/uibuttons/uibuttons.lua b/ElvUI_SLE/modules/uibuttons/uibuttons.lua
index 3fed052..caab539 100644
--- a/ElvUI_SLE/modules/uibuttons/uibuttons.lua
+++ b/ElvUI_SLE/modules/uibuttons/uibuttons.lua
@@ -76,7 +76,7 @@ function UB:CreateButtons()
 	UB:Create(Rbutton, "R", "/rl", L["Reload UI"], L["Click to reload your interface"]) --Reload
 	UB:Create(Mbutton, "M", "/moveui", L["Move UI"], L["Click to unlock moving ElvUI elements"]) --Move UI
 	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
+	UB:Create(Abutton, "A", nil, L["AddOns Manager"], L["Click to toggle the AddOn Manager frame (stAddOnManager, Ampere or ACP) you have enabled."])--Addon Manager
 	if Fbutton then
 		UB:Create(Fbutton, "F", "/ifilger", "iFilger", L["Click to toggle iFilger's config UI"])
 	end