diff --git a/apps/app_milliwatt.c b/apps/app_milliwatt.c
index 246e2f11ebfb894a06e8fdf02d0145b49ca73466..57d092d8393a90a93b1c84384354b00c55e465a5 100644
--- a/apps/app_milliwatt.c
+++ b/apps/app_milliwatt.c
@@ -25,6 +25,10 @@
  * \ingroup applications
  */
 
+/*** MODULEINFO
+	<depend>res_indications</depend>
+ ***/
+
 #include "asterisk.h"
 
 ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
@@ -142,7 +146,7 @@ static int milliwatt_exec(struct ast_channel *chan, void *data)
 	}
 
 	if (!(wait_app = pbx_findapp("Wait"))) {
-		ast_log(LOG_ERROR, "The Playtones application is required to run Milliwatt()\n");
+		ast_log(LOG_ERROR, "The Wait application is required to run Milliwatt()\n");
 		return -1;
 	}