From 467437a4f280c066ae0dbb7eb20e5a0540ac3368 Mon Sep 17 00:00:00 2001 From: Repooc Date: Fri, 25 Jul 2014 17:58:09 -0400 Subject: [PATCH] Some Slight modifications Signed-off-by: Repooc --- ElvUI_SLE/locales/english.lua | 2 +- ElvUI_SLE/locales/german.lua | 2 +- ElvUI_SLE/modules/sledatatexts/version.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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) -- 1.7.9.5