Quantcast

Some Slight modifications

Repooc [07-25-14 - 21:58]
Some Slight modifications

Signed-off-by: Repooc <repooc82@gmail.com>
Filename
ElvUI_SLE/locales/english.lua
ElvUI_SLE/locales/german.lua
ElvUI_SLE/modules/sledatatexts/version.lua
diff --git a/ElvUI_SLE/locales/english.lua b/ElvUI_SLE/locales/english.lua
index b980e1e..c5f4ced 100644
--- a/ElvUI_SLE/locales/english.lua
+++ b/ElvUI_SLE/locales/english.lua
@@ -21,7 +21,7 @@ L["Options to tweak Loot History window behaviour."] = true
 L["Auto hide"] = true
 L["Automaticaly hide Blizzard loot histroy frame when leaving the instance."] = true
 L["Sets alpha of loot histroy frame."] = true
-L["SLE_LOGIN_MSG"] = [=[You are using |cff1784d1Shadow & Light Edit|r version |cff1784d1%s%s|r for ElvUI.
+L["SLE_LOGIN_MSG"] = [=[You are using |cff1784d1Shadow & Light|r version |cff1784d1%s%s|r for ElvUI.
 If you wish to use the original ElvUI addon, disable this edit's plugin in your Addons manager.
 Have a nice day.]=]
 L['MSG_OUTDATED'] = "Your version of ElvUI is older than recommended to use with Shadow & Light. Your version is |cff1784d1%s|r (recommended is |cff1784d1%s|r). Please update your ElvUI."
diff --git a/ElvUI_SLE/locales/german.lua b/ElvUI_SLE/locales/german.lua
index 013fdd3..52483f3 100644
--- a/ElvUI_SLE/locales/german.lua
+++ b/ElvUI_SLE/locales/german.lua
@@ -13,7 +13,7 @@ L["PvP Auto Release"] = "PvP Auto Freilassen"
 L["Automatically release body when killed inside a battleground."] = "Geist automatisch freilassen wenn man innerhalb eines Schlachtfeldes stirbt."
 L["Pet autocast corners"] = "Begleiter autozauber Ecken"
 L["Show/hide triangles in corners of autocastable buttons."] = "Zeige/Verstecke dreiecke in den Ecken der automatisch zaubernden Tasten."
-L["SLE_LOGIN_MSG"] = [=[Du benutzt |cff1784d1Schatten & Licht Edit|r v|cff1784d1%s%s|r für ElvUI.
+L["SLE_LOGIN_MSG"] = [=[Du benutzt |cff1784d1Schatten & Licht|r v|cff1784d1%s%s|r für ElvUI.
 Möchtest du das Original ElvUI Addon benutzen, deaktiviere das Edit Plugin aus deinem Addon Manager.
 Habt einen schönen Tag.]=]
 L["Your version of ElvUI is older than recommended to use with Shadow & Light. Please, download the latest version from tukui.org."] = "Deine Version von Elvui ist älter als die empfohlene zum benutzen mit Schatten & Licht. Bitte, downloade die letzte Version von tukui.org."
diff --git a/ElvUI_SLE/modules/sledatatexts/version.lua b/ElvUI_SLE/modules/sledatatexts/version.lua
index 3c50a78..cdd28c0 100644
--- a/ElvUI_SLE/modules/sledatatexts/version.lua
+++ b/ElvUI_SLE/modules/sledatatexts/version.lua
@@ -34,7 +34,7 @@ local function OnEnter(self)
 end

 local function ValueColorUpdate(hex, r, g, b)
-	displayString = join("", "%s", hex, "%s|r", " : Shadow & Light Edit v", hex, "%s|r")
+	displayString = join("", "%s", hex, "%s|r", " : Shadow & Light v", hex, "%s|r")

 	if lastPanel ~= nil then
 		OnEvent(lastPanel)