diff Modules/Summary.lua @ 136:396c2960d54d

Queueing = queuing. :p
author Zerotorescue
date Tue, 18 Jan 2011 00:39:40 +0100
parents 6724bc8eface
children 15f22a466596
line wrap: on
line diff
--- a/Modules/Summary.lua	Tue Jan 18 00:36:48 2011 +0100
+++ b/Modules/Summary.lua	Tue Jan 18 00:39:40 2011 +0100
@@ -255,7 +255,7 @@
 				name = "Queue",
 				desc = "Queue all items in this group.",
 				exec = function()
-					addon:Print(("Queueing all items within %s craftable by the currently open profession."):format(groupName));
+					addon:Print(("Queuing all items within %s craftable by the currently open profession."):format(groupName));
 					self:SendMessage("IM_QUEUE_GROUP", groupName);
 				end,
 			});