Update the description to reflect latest changes
Scott Sibley [10-20-10 - 08:02]
Update the description to reflect latest changes
diff --git a/Modules/Nameplates/Nameplates.lua b/Modules/Nameplates/Nameplates.lua
index ab504c4..f7ced3d 100644
--- a/Modules/Nameplates/Nameplates.lua
+++ b/Modules/Nameplates/Nameplates.lua
@@ -1,7 +1,7 @@
local mod = StarTip:NewModule("Nameplates", "AceTimer-3.0")
mod.name = "Hide Nameplates"
mod.toggled = true
-mod.desc = "Toggle this module on to cause the tooltip to hide when mousing over nameplates."
+mod.desc = "Toggle this module on to cause the tooltip to hide when mousing over nameplates and the control key is down."
mod.defaultOff = false
local _G = _G
local StarTip = _G.StarTip