diff Core.lua @ 67:4166a335ca81

Added a tip. Reworded mail opener status checkbox tooltip.
author Zerotorescue
date Tue, 14 Sep 2010 11:17:38 +0200
parents 4cd3b02f6840
children eadff31e61e8
line wrap: on
line diff
--- a/Core.lua	Tue Sep 14 00:34:27 2010 +0200
+++ b/Core.lua	Tue Sep 14 11:17:38 2010 +0200
@@ -206,7 +206,7 @@
 		end
 	end);
 	check.tooltipTitle = "Mail Opener status";
-	check.tooltip = "Toggle automatic mail opening |cff00ff00on|r or |cffff0000off|r (you can also enforce this by holding shift when opening the mailbox).\n\nYou can also hold the |cfffed000shift|r key while clicking this checkbox to disable the entire addon instead.";
+	check.tooltip = "Toggle automatic mail opening |cff00ff00on|r or |cffff0000off|r (you can also enforce this by holding shift when opening the mailbox).\n\nYou can toggle this addon |cff00ff00on|r or |cffff0000off|r by |cfffed000shift-clicking|r this checkbox.";
 	check:SetScript("OnEnter", function(self)
 		if MailOpener.db.profile.general.showHelpTooltips then
 			GameTooltip:SetOwner(self, "ANCHOR_BOTTOM")