diff --git a/ChangeLog b/ChangeLog
index 02667d0e2e94d283a1f70bb67bcbaf95e40c39e8..516a8dd7cc305279f9cbec07e854708f02d1c814 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
 2007-05-15  David Lawrence Ramsey  <pooka109@gmail.com>
 
 	* winio.c (do_mouseinput): Add mouse wheel support, per Helmut
-	Jarausch's suggestion.  Now, if nano is built with mouse support
-	and is using a version of ncurses compiled with the
+	Jarausch's suggestion.  Now, if mouse support is enabled, and
+	nano is using a version of ncurses compiled with the
 	--enable-ext-mouse option, rolling the mouse wheel up or down
 	will move the cursor three lines up or down.