Quantcast

Changed the missing library warning to say "development version" instead of "repository version".

James D. Callahan III [03-05-10 - 01:48]
Changed the missing library warning to say "development version" instead of "repository version".
Filename
ARL.lua
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