From 75a2af6e08184711d7426048cfbf9ba0cc70bf6c Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Thu, 4 Mar 2010 20:48:06 -0500 Subject: [PATCH] Changed the missing library warning to say "development version" instead of "repository version". --- ARL.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARL.lua b/ARL.lua index ec345e0..96ac90b 100644 --- a/ARL.lua +++ b/ARL.lua @@ -134,7 +134,7 @@ end -- do if MissingLibraries() then --@debug@ - addon:Print("You are using a repository version of ARL. As per WowAce standards, externals are not set up. You will have to install all necessary libraries in order for the addon to function correctly.") + addon:Print("You are using a development version of ARL. As per WowAce standards, externals are not set up. You will have to install all necessary libraries in order for the addon to function correctly.") --@end-debug@ _G.AckisRecipeList = nil return -- 1.7.9.5