From f9fc437d0f07f9766fb531d0b096871e97d44854 Mon Sep 17 00:00:00 2001 From: Scott Sibley Date: Sat, 26 Mar 2011 02:13:05 +0000 Subject: [PATCH] Make quiet again --- Localization/enUS.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Localization/enUS.lua b/Localization/enUS.lua index 8ab084a..14f7657 100644 --- a/Localization/enUS.lua +++ b/Localization/enUS.lua @@ -1,5 +1,5 @@ local AceLocale = LibStub:GetLibrary("AceLocale-3.0") -local L = AceLocale:NewLocale("StarTip", "enUS", true, false) +local L = AceLocale:NewLocale("StarTip", "enUS", true, true) if not L then return end L["Welcome to "] = true -- 1.7.9.5