From ba22b6f514766d05e8ae01e61d0b0521b6bb9756 Mon Sep 17 00:00:00 2001 From: Scott Sibley Date: Wed, 3 Aug 2011 22:38:57 -0500 Subject: [PATCH] Change the Note a bit to add more color. --- StarTip.lua | 2 +- StarTip.toc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/StarTip.lua b/StarTip.lua index e2961ef..7815053 100644 --- a/StarTip.lua +++ b/StarTip.lua @@ -727,7 +727,7 @@ function StarTip:OnEnable() local plugin = {} LibStub("LibScriptablePluginColor-1.0"):New(plugin) if self.db.profile.message then - ChatFrame1:AddMessage(plugin.Colorize(L["Welcome to "] .. StarTip.name .. " (" .. StarTip.notes .. ")", 0, 1, 1).. plugin.Colorize(L[" Type /startip to open config. Alternatively you could press escape and choose the addons menu. Or you can choose to show a minimap icon. You can turn off this message under Settings."], 1, 1, 0)) + ChatFrame1:AddMessage(plugin.Colorize(L["Welcome to "] .. StarTip.notes, 0, 1, 1) .. plugin.Colorize(L[" Type /startip to open config. Alternatively you could press escape and choose the addons menu. Or you can choose to show a minimap icon. You can turn off this message under Settings."], 1, 1, 0)) end end diff --git a/StarTip.toc b/StarTip.toc index 7b11aa3..bc64903 100644 --- a/StarTip.toc +++ b/StarTip.toc @@ -1,6 +1,6 @@ ## Interface: 40200 ## Title: StarTip -## Notes: |cff751f82Tooltips from |r|cff202585Outer|r|cff751f82space|r +## Notes: |cff751f82StarTip (|r|cccf20285Tooltips |r|cff751f82from |r|cff751f82O|r|cff202585u|r|cff751f82t|r|cff202585e|r|cff751f82r|r|cff202585s|r|cff751f82p|r|cff202585a|r|cff751f82c|r|cff202585e|r|cff751f82)|r ## Author: Starlon ## Version: @project-version@ ## X-Category: Tooltip -- 1.7.9.5