diff --git a/ANNOUNCE b/ANNOUNCE
index 9feab0932e9c3242571f4a597678841f518d1bd5..c6993d8f93992e778966062cc3b2d02691bea68e 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -109,10 +109,10 @@ Image - Image Processing Module
 The Image module lets you perform common image manipulation and
 processing operations from Pike programs. The supported operations
 include cutting and pasting, scaling, rotation, linear filtering of
-most kinds, rendering text, etc. All drawing uses anti-alias. Using
-the Image module, you can automate jobs that would otherwise have
-required tedious work in an interactive image processing program such
-as Adobe PhotoShop.
+most kinds, rendering text, etc. Anti-aliasing can be used when
+performing any kind of drawing operation. Using the Image module, you
+can automate jobs that would otherwise have required tedious work in
+an interactive image processing program such as Adobe PhotoShop.
 
 Currently, the only input format is ppm. Output formats are ppm and
 gif.