diff --git a/src/lua_consolelib.c b/src/lua_consolelib.c
index f40b63ac6340de45c4231c74d0efbd3a6dfe8fa9..4e397fb32a054f9324be50d7de37a2dc2e4682d9 100644
--- a/src/lua_consolelib.c
+++ b/src/lua_consolelib.c
@@ -191,8 +191,9 @@ static int lib_comAddCommand(lua_State *L)
 		if (lua_type(L, 3) == LUA_TBOOLEAN)
 		{
 			CONS_Alert(CONS_WARNING,
-					"Using a boolean is deprecated and will be removed.\n"
-					"Use \"COM_\" flags instead.\n"
+					"Using a boolean for admin commands is "
+					"deprecated and will be removed.\n"
+					"Use \"COM_ADMIN\" instead.\n"
 			);
 		}
 		else